Skip to content

Commit cd0f92c

Browse files
authored
DOC: add note about decode_responses
So no TypeError under Python 3.6
1 parent ba4adf5 commit cd0f92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Usage example
3838
3939
from rejson import Client, Path
4040
41-
rj = Client(host='localhost', port=6379)
41+
rj = Client(host='localhost', port=6379, decode_responses=True)
4242
4343
# Set the key `obj` to some object
4444
obj = {

0 commit comments

Comments
 (0)