Skip to content

Instantly share code, notes, and snippets.

@rhalff
Created August 17, 2016 12:31
Show Gist options
  • Select an option

  • Save rhalff/aa668b7b97936d8761784e41623ffb91 to your computer and use it in GitHub Desktop.

Select an option

Save rhalff/aa668b7b97936d8761784e41623ffb91 to your computer and use it in GitHub Desktop.
Listen for all redis events from cli
http://redis.io/topics/notifications
$ redis-cli config set notify-keyspace-events KEA
$ redis-cli --csv psubscribe '__key*__:*'
Reading messages... (press Ctrl-C to quit)
"psubscribe","__key*__:*",1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment