mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
commit
b9058c7328
@ -4835,7 +4835,7 @@ void dumpCommand(client *c) {
|
|||||||
|
|
||||||
/* RESTORE key ttl serialized-value [REPLACE] */
|
/* RESTORE key ttl serialized-value [REPLACE] */
|
||||||
void restoreCommand(client *c) {
|
void restoreCommand(client *c) {
|
||||||
long long ttl, lfu_freq = -1, lru_idle = -1, lru_clock;
|
long long ttl, lfu_freq = -1, lru_idle = -1, lru_clock = -1;
|
||||||
rio payload;
|
rio payload;
|
||||||
int j, type, replace = 0, absttl = 0;
|
int j, type, replace = 0, absttl = 0;
|
||||||
robj *obj;
|
robj *obj;
|
||||||
|
Loading…
Reference in New Issue
Block a user