mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
Keyspace events notification API.
This commit is contained in:
@ -1125,6 +1125,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