pubsub not working

18 views
Skip to first unread message

domenic...@spektrix.com

unread,
Jul 4, 2017, 7:10:06 AM7/4/17
to Redis DB
Hello,

I'm running REDIS 3.0.501 on Windows

I've enabled notifications for all the events by running "redis-cli config set notify-keyspace-events KEA"

I can see that the command has succeeded by running "redis-cli config get notify-keyspace-events" for which I get back

1) "notify-keyspace-events"
2) "AKE"

I've then started another terminal listening for messages by doing "redis-cli -h 127.0.0.1 -p 6379 --csv psubscribe '__key*__:*'"

In a different redis client I'm adding and deleting items but no events are published.

Is there anything wrong with my configuration ?

Thanks
Reply all
Reply to author
Forward
0 new messages