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

binbin 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 f57836e  Adds new commands GEOSEARCH and GEOSEARCHSTORE (#135)
f57836e is described below

commit f57836e9c7866abeb856945af9bd07c32f2bbcc5
Author: Binbin <[email protected]>
AuthorDate: Mon Jul 24 17:34:50 2023 +0800

    Adds new commands GEOSEARCH and GEOSEARCHSTORE (#135)
    
    Added in apache/kvrocks#1533
---
 docs/supported-commands.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 6354420..8861f3b 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -261,6 +261,8 @@ The db size is updated async after execute `dbsize scan` 
command.
 | georadius_ro         | √                |      |
 | georadiusbymember    | √                |      |
 | georadiusbymember_ro | √                |      |
+| geosearch            | √                |      |
+| getsearchstore       | √                |      |
 
 ## Stream commands
 

Reply via email to