mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
WAIT command: synchronous replication for Redis.
This commit is contained in:
@ -114,6 +114,7 @@ redisClient *createClient(int fd) {
|
||||
c->bpop.target = NULL;
|
||||
c->bpop.numreplicas = 0;
|
||||
c->bpop.reploffset = 0;
|
||||
c->woff = 0;
|
||||
c->watched_keys = listCreate();
|
||||
c->pubsub_channels = dictCreate(&setDictType,NULL);
|
||||
c->pubsub_patterns = listCreate();
|
||||
|
Reference in New Issue
Block a user