mirror of
https://github.com/fluencelabs/redis
synced 2025-06-10 15:51:21 +00:00
@ -361,7 +361,7 @@ void incrDecrCommand(client *c, long long incr) {
|
||||
new = o;
|
||||
o->ptr = (void*)((long)value);
|
||||
} else {
|
||||
new = createStringObjectFromLongLong(value);
|
||||
new = createStringObjectFromLongLongForValue(value);
|
||||
if (o) {
|
||||
dbOverwrite(c->db,c->argv[1],new);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user