Home
last modified time | relevance | path

Searched refs:notify_keyspace_events (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnotify.c110 if (!(server.notify_keyspace_events & type)) return; in notifyKeyspaceEvent()
115 if (server.notify_keyspace_events & NOTIFY_KEYSPACE) { in notifyKeyspaceEvent()
127 if (server.notify_keyspace_events & NOTIFY_KEYEVENT) { in notifyKeyspaceEvent()
H A Dconfig.c779 server.notify_keyspace_events = flags; in loadServerConfigFromString()
1058 server.notify_keyspace_events = flags;
1559 keyspaceEventsFlagsToString(server.notify_keyspace_events));
1920 int force = server.notify_keyspace_events != 0;
1924 flags = keyspaceEventsFlagsToString(server.notify_keyspace_events);
H A Dserver.h1230 int notify_keyspace_events; /* Events to propagate via Pub/Sub. This is an member
H A Dserver.c1601 server.notify_keyspace_events = 0; in initServerConfig()