summaryrefslogtreecommitdiff
path: root/src/notify.c
Commit message (Expand)AuthorAgeFilesLines
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-2/+2
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+2
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-191-0/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* Exclude "keymiss" notification from NOTIFY_ALLGuy Benoish2020-02-031-1/+1
* added special flag for keyspace miss notificationsDvir Volk2019-03-211-2/+4
* Merge pull request #4237 from aspirewit/update-commentSalvatore Sanfilippo2018-07-171-2/+2
|\
| * Update the commentRichard Li2017-08-181-2/+2
* | Merge pull request #4479 from dvirsky/notifySalvatore Sanfilippo2018-02-151-0/+6
|\ \
| * | Remove the NOTIFY_MODULE flag and simplify the module notification flow if th...Dvir Volk2018-02-141-2/+1
| * | removed some trailing whitespacesDvir Volk2018-02-141-2/+0
| * | finished implementation of notifications. Tests unfinishedDvir Volk2018-02-141-0/+9
* | | Fix typo in notifyKeyspaceEvent() comment.antirez2018-02-151-1/+1
|/ /
* | Streams: fix XADD API and keyspace notifications.antirez2017-12-011-0/+2
|/
* RDMF: More consistent define names.antirez2015-07-271-24/+24
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-2/+2
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Fix keyspace events flags-to-string conversion.antirez2014-01-081-10/+12
* Keyspace notifications: fixed a leak and a bug introduced in the latest commit.antirez2013-01-281-4/+6
* Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-35/+82
* notifyKeyspaceEvent(): release channel names using the right pointers.antirez2013-01-281-2/+2
* Two fixes to initial keyspace notifications API.antirez2013-01-281-1/+3
* Keyspace events notification API.antirez2013-01-281-0/+77