redismod
redismod copied to clipboard
modules not connected to each other?
I try to set an index for RedisSearch using RedisJSON, but I'm getting an error: invalid type.
FT.CREATE idx1 ON JSON SCHEMA $.name TEXT SORTABLE $.desc TEXT
I looks like the search module doesnt know the json module is installed?