mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
HSCAN implemented.
This commit is contained in:
2
src/db.c
2
src/db.c
@ -459,7 +459,7 @@ void scanGenericCommand(redisClient *c, robj *o) {
|
||||
listAddNodeTail(keys,
|
||||
(vstr != NULL) ? createStringObject((char*)vstr,vlen) :
|
||||
createStringObjectFromLongLong(vll));
|
||||
ziplistNext(o->ptr,p);
|
||||
p = ziplistNext(o->ptr,p);
|
||||
}
|
||||
} else {
|
||||
redisPanic("Not handled encoding in SCAN.");
|
||||
|
Reference in New Issue
Block a user