Details
Description
Attempting to set an integer value with the python client will produce:
TypeError: object of type 'int' has no len()
We should be getting the object length from the string (unicode?) representation of the object passed into set().
TypeError: object of type 'int' has no len()
We should be getting the object length from the string (unicode?) representation of the object passed into set().