2 years ago
How can I, or is it possible to, configure notify-keyspace-events ?
16 Replies
2 years ago
How would you normally configure that?
to set: redis-cli config set notify-keyspace-events KEA
and to check: redis-cli config get notify-keyspace-events
2 years ago
Okay cool, may I ask what's stopping you from doing that?
2 years ago
the same way you'd use the redis cli to connect to any other redis database
oh, gimme a sec I'll try
cuz until now I doesn't use redis-cli, and connecting only by CacheManager
2 years ago
if cache manager provides you a way to run commands on your database it would work all the same
unfortunately not, I've come after it's comment:Make sure that all servers are configured correctly and 'notify-keyspace-events' is at least set to 'Exe', otherwise CacheManager will not retrieve any events
2 years ago
you would need to enable it with the commands you have given yourself first
2 years ago
you need to run the commands you have given yourself to enable that feature
yep, it seted, I'll test now
will it saved on restarts ? or I'll need to re-type that command after Redis restarts ?
2 years ago
the setting will persist
2 years ago
no problem, you really did answer yourself though 😆
