diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2016-06-05 16:13:29 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2016-06-05 16:13:29 -0700 |
commit | 4b663cb10f675b8b1315e63e5cfbcaf0aaea0dd2 (patch) | |
tree | 238281090739e8a5b0e22deccd6617cffdb94aa1 | |
parent | fa8fa668c30016e7bb57cad3913b26b6f93b531f (diff) | |
parent | cf08562596df01eb00b4de2961ba933d1f0e40cd (diff) | |
download | redis-py-4b663cb10f675b8b1315e63e5cfbcaf0aaea0dd2.tar.gz |
Merge pull request #712 from jitendranair/jitendranair-patch-1
Update README.rst
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ application. >>> r.publish('my-channel') 1 >>> p.get_message() - {'channel': 'my-channel', data': 'my data', 'pattern': None, 'type': 'message'} + {'channel': 'my-channel', 'data': 'my data', 'pattern': None, 'type': 'message'} There are three different strategies for reading messages. |