mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
Keyspace events notification API.
This commit is contained in:
@ -1158,6 +1158,7 @@ void initServerConfig() {
|
||||
server.rdb_compression = 1;
|
||||
server.rdb_checksum = 1;
|
||||
server.activerehashing = 1;
|
||||
server.notify_keyspace_events = 0;
|
||||
server.maxclients = REDIS_MAX_CLIENTS;
|
||||
server.bpop_blocked_clients = 0;
|
||||
server.maxmemory = 0;
|
||||
|
Reference in New Issue
Block a user