wxzhou-gis

Results 4 issues of wxzhou-gis

I have a redis cluster with three masters and three slaves. I insert 10 pieces of data, build an index, and use ft.search only returns the data of one slot,...

s:help-needed

In the redis cluster with three masters and three slaves,I create an index: **FT.CREATE xxxIndex ON JSON SCHEMA $.field1 AS field TEXT $.field2 AS field TEXT $.field3 AS field NUMERIC...

c:question

My Redis cluster is three masters and three slaves, first I inserted ten pieces of data, then indexed, and then used jedisCluster.ftSearch to query, but can only query the data...

**FT._ List** can obtain the existing index list in Redisearch. Which method can obtain similar functions in jedis? Or is there any method to judge whether the index is created?

question