sabbey37 commented on a change in pull request #6235:
URL: https://github.com/apache/geode/pull/6235#discussion_r607225328
##########
File path: geode-apis-compatible-with-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 64-bit signed integer for the cursor and COUNT parameters
be represented as an integer for the HSCAN command. This operation is limited
to 32-bit integer values.
Review comment:
Was this meant to be something like:
```
Redis accepts 64-bit signed integers for the HSCAN cursor and COUNT
parameters. The Geode APIs compatible with Redis only accept 32-bit integers
for these parameters.
```
--
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]