mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 06:51:32 +00:00
Add SCAN command
This commit is contained in:
committed by
antirez
parent
85f52ebcd8
commit
7f490b197f
@ -1250,6 +1250,7 @@ void incrbyfloatCommand(redisClient *c);
|
||||
void selectCommand(redisClient *c);
|
||||
void randomkeyCommand(redisClient *c);
|
||||
void keysCommand(redisClient *c);
|
||||
void scanCommand(redisClient *c);
|
||||
void dbsizeCommand(redisClient *c);
|
||||
void lastsaveCommand(redisClient *c);
|
||||
void saveCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user