sabbey37 commented on a change in pull request #6235:
URL: https://github.com/apache/geode/pull/6235#discussion_r604978014



##########
File path: geode-redis/README.md
##########
@@ -329,9 +329,10 @@ start server \
 |                      |                                                       
| ZREVRANK                              |
 |                      |                                                       
| ZSCAN                                 |
 |                      |                                                       
| ZSCORE                                |
-|                      |                                                       
| ZUNIONSTORE                           |                       |
+|                      |                                                       
| ZUNIONSTORE                           |
 
 **NOTES:**
 
 [1] - UNLINK is implemented as a synonym to DEL and does not unlink 
asynchronously.
 [2] - SLOWLOG is implemented as a NoOp.
+[3] - Redis accepts Longs as the cursor index for the HSCAN command. The Geode 
APIs compatible with Redis only accept Integer values. Values out of the range 
of the 32-bit integer type will throw a NumberFormatException with a message 
containing "invalid cursor".

Review comment:
       Same comment as above.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to