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
HI,
i'm the first time use the vip api, now ,i have a program that use libhiredis works well(connect to single node redis)
now i want it to connect to the redis cluster . so i use the vip api.
but there are a lot of commands that get error when execute through redisClusterCommand .
for example :
redisClusterCommand(cc,'DBSIZE');
redisClusterCommand(cc,'select 0');
redisClusterCommand(cc,'SCAN 0');
when use redisCommand, these are all ok.
does the vip api not support all the commands that are ok in cmd line?
thank you
The text was updated successfully, but these errors were encountered:
HI,
i'm the first time use the vip api, now ,i have a program that use libhiredis works well(connect to single node redis)
now i want it to connect to the redis cluster . so i use the vip api.
but there are a lot of commands that get error when execute through redisClusterCommand .
for example :
redisClusterCommand(cc,'DBSIZE');
redisClusterCommand(cc,'select 0');
redisClusterCommand(cc,'SCAN 0');
when use redisCommand, these are all ok.
does the vip api not support all the commands that are ok in cmd line?
thank you
The text was updated successfully, but these errors were encountered: