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 create a Redis connection using with sets data structure
the commands ("sadd", "sismember", "srem", "smembers") is working, but not recognize "smismember"
You needing a newer version of the redis server. You need 6.2 or newer to run that. Call console.log(await redis.info('server')) to see what version you are connected to (I forget if that works for cluster). See https://redis.io/commands/smismember
I create a Redis connection using with sets data structure
the commands ("sadd", "sismember", "srem", "smembers") is working, but not recognize "smismember"
await cluster.smismember('key', ["value1", "value2"])
The text was updated successfully, but these errors were encountered: