You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to create an index on our Redis Cluster (6 nodes) with the following code but FT.CREATE keeps failing with a MOVED error (included below the code). Despite the failure, the index was created on the cluster which I can check with FT.INFO idx.
name
graph
ver
21008
path
/usr/lib/redis/modules/redisgraph.so
args
name
timeseries
ver
10805
path
/usr/lib/redis/modules/redistimeseries.so
args
name
search
ver
20605
path
/usr/lib/redis/modules/redisearch.so
args
name
ReJSON
ver
20404
path
/usr/lib/redis/modules/rejson.so
args
name
bf
ver
20404
path
/usr/lib/redis/modules/redisbloom.so
args
> FT.SEARCH idx "male"
2
doc:1{idx}
name
John
gender
male
age
37
doc:2{idx}
name
David
gender
male
age
32
The text was updated successfully, but these errors were encountered:
Wyclef
changed the title
FT.CREATE with MOVED error on Redis Cluster with RediSearch
FT.CREATE failed with MOVED error on Redis Cluster with RediSearch
Feb 24, 2023
I've been trying to create an index on our Redis Cluster (6 nodes) with the following code but
FT.CREATE
keeps failing with aMOVED
error (included below the code). Despite the failure, the index was created on the cluster which I can check withFT.INFO idx
.Please help me see what I'm doing wrong.
lettucemod:
Redis:
7.0.8
Redis Modules:
My code:
The error:
FT.INFO idx
output:FT.SEARCH idx "male"
output:The text was updated successfully, but these errors were encountered: