-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use 'KEYS *' #63
Comments
But beware what the Redis docs warns about: |
thanks !!! |
|
Only if you malloc it. In the example above, it is stack allocated. |
Got it, thanks a lot. |
I want to get all keys in redis cluster,and i use "(redisReply *)redisClusterCommand(g_redis_cluster_conn, "KEYS *")", but , this returns NULL
please help me, much THX
The text was updated successfully, but these errors were encountered: