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.
1 parent ba4adf5 commit cd0f92cCopy full SHA for cd0f92c
README.rst
@@ -38,7 +38,7 @@ Usage example
38
39
from rejson import Client, Path
40
41
- rj = Client(host='localhost', port=6379)
+ rj = Client(host='localhost', port=6379, decode_responses=True)
42
43
# Set the key `obj` to some object
44
obj = {
0 commit comments