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

hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f389c1f  Add missing GEO commands (#125)
f389c1f is described below

commit f389c1f28183a84e14319a733555a9cfb9b30784
Author: Binbin <[email protected]>
AuthorDate: Mon Jul 10 20:02:57 2023 +0800

    Add missing GEO commands (#125)
---
 docs/supported-commands.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index be1ab90..126d5d7 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -248,14 +248,16 @@ The db size is updated async after execute `dbsize scan` 
command.
 
 ## GEO commands
 
-| Command           | Supported OR Not | Desc |
-|-------------------|------------------|------|
-| geoadd            | √                |      |
-| geodist           | √                |      |
-| geohash           | √                |      |
-| geopos            | √                |      |
-| georadius         | √                |      |
-| georadiusbymember | √                |      |
+| Command              | Supported OR Not | Desc |
+|----------------------|------------------|------|
+| geoadd               | √                |      |
+| geodist              | √                |      |
+| geohash              | √                |      |
+| geopos               | √                |      |
+| georadius            | √                |      |
+| georadius_ro         | √                |      |
+| georadiusbymember    | √                |      |
+| georadiusbymember_ro | √                |      |
 
 ## Stream commands
 

Reply via email to