You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/04/08 00:38:01 UTC

[geode] branch support/1.14 updated: GEODE-9087: redis docs for HSCAN command (#6235)

This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 959c32a  GEODE-9087: redis docs for HSCAN command (#6235)
959c32a is described below

commit 959c32a6f27ebff1142c2ff43a24214b86925796
Author: Hale Bales <hb...@vmware.com>
AuthorDate: Wed Apr 7 14:25:26 2021 -0700

    GEODE-9087: redis docs for HSCAN command (#6235)
    
    (cherry picked from commit 9964531d146c49a7094b8f534d6fa6468b14835e)
---
 geode-apis-compatible-with-redis/README.md                         | 7 ++++---
 .../tools_modules/geode_apis_compatible_with_redis.html.md.erb     | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/geode-apis-compatible-with-redis/README.md b/geode-apis-compatible-with-redis/README.md
index bd9cac0..62d62fe 100644
--- a/geode-apis-compatible-with-redis/README.md
+++ b/geode-apis-compatible-with-redis/README.md
@@ -174,7 +174,7 @@ start server \
 | HLEN               	| HINCRBY                                            	| BITFIELD                      	|
 | HVALS               	| HINCRBYFLOAT                                       	| BLPOP                         	|
 | INFO               	| HKEYS                                              	| BRPOP                         	|
-| KEYS               	| HSCAN                                              	| BRPOPLPUSH                    	|
+| KEYS               	| HSCAN[3]                                             	| BRPOPLPUSH                    	|
 | PERSIST            	| INCR                                                  | BZPOPMAX                      	|
 | PEXPIRE            	| INCRBY                                                | BZPOPMIN                      	|
 | PEXPIREAT          	| INCRBYFLOAT                                           | CLIENT CACHING                	|
@@ -182,7 +182,7 @@ start server \
 | PSUBSCRIBE         	| MSET                                                 	| CLIENT ID                     	|
 | PTTL               	| MSETNX                                             	| CLIENT KILL                   	|
 | PUNSUBSCRIBE       	| PSETEX                                             	| CLIENT LIST                   	|
-| QUIT               	| SCAN                                               	| CLIENT PAUSE                  	|
+| QUIT               	| SCAN                                              	| CLIENT PAUSE                  	|
 | RENAME             	| SCARD                                                 | CLIENT REPLY                  	|
 | SADD              	| SDIFF                                              	| CLIENT SETNAME                	|
 | SET                   | SDIFFSTORE                                         	| CLIENT TRACKING               	|
@@ -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 integers for the HSCAN cursor and COUNT parameters. The Geode APIs compatible with Redis are limited to 32-bit integer values for these parameters.
diff --git a/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb b/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
index b54ad1c..3c44c2f 100644
--- a/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
+++ b/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
@@ -68,6 +68,7 @@ The <%=vars.product_name%> APIs compatible with Redis currently supports the fol
 
 **Note**: These commands are supported for Redis 5.
 **Note**: SLOWLOG is implemented as a NoOp for compatibility with some monitoring tools.
+**Note**: Redis accepts 64-bit signed integers for the HSCAN cursor and COUNT parameters. The Geode APIs compatible with Redis are limited to 32-bit integer values for these parameters.
 
 -   **Connection**: AUTH, PING, QUIT
 -   **Hashes**: HDEL, HEXISTS, HGET, HGETALL, HINCRBY, HINCRBYFLOAT, HKEYS, HLEN, HMGET, HMSET, HSCAN, HSET, HSETNX, HSTRLEN, HVALS