Skip to content

Instantly share code, notes, and snippets.

@antirez
Last active August 20, 2021 04:16
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antirez/4608754 to your computer and use it in GitHub Desktop.
Save antirez/4608754 to your computer and use it in GitHub Desktop.
Compile the Redis "notifications" branch on Github.
Start Redis with ./redis-server --notify-keyspace-events yes
Subscribe to all the events with:
redis-cli psubscribe '*'
In another terminal window, play with redis-cli: set, del, expire, ... Only a few already work.
@vpArth
Copy link

vpArth commented Aug 16, 2013

Solved, update for origin/2.8(not 'notifications') branch and compile from it.
Works excellent! This is killer feature, thanks for implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment