Created
August 17, 2016 12:31
-
-
Save rhalff/aa668b7b97936d8761784e41623ffb91 to your computer and use it in GitHub Desktop.
Listen for all redis events from cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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