We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f0adf + cd0f92c commit a428662Copy full SHA for a428662
README.rst
@@ -44,7 +44,7 @@ Usage example
44
45
from rejson import Client, Path
46
47
- rj = Client(host='localhost', port=6379)
+ rj = Client(host='localhost', port=6379, decode_responses=True)
48
49
# Set the key `obj` to some object
50
obj = {
0 commit comments