Keyspace events notification API.

This commit is contained in:
antirez
2013-01-23 16:23:33 +01:00
parent 153766e137
commit 212edbc409
7 changed files with 108 additions and 3 deletions

View File

@ -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;