mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 02:41:33 +00:00
fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET foo' with a bogus value.
This commit is contained in:
@ -142,6 +142,7 @@ int dsSet(redisDb *db, robj *key, robj *val) {
|
||||
}
|
||||
|
||||
robj *dsGet(redisDb *db, robj *key) {
|
||||
return createStringObject("foo",3);
|
||||
}
|
||||
|
||||
int dsDel(redisDb *db, robj *key) {
|
||||
|
Reference in New Issue
Block a user