mediocregopher / radix.v2

Redis client for Go
http://godoc.org/github.com/mediocregopher/radix.v2
MIT License
433 stars 92 forks source link

- #93

Closed kayalardanmehmet closed 5 years ago

kayalardanmehmet commented 5 years ago

I need to listen expired events in my application. As I know, keyspace notifications are node-specific unlike regular pub/sub. So, to catch expired events for all keys I need to attach all nodes in cluster mode. How can I achieve this with radix? I couldn't find any solution.

mediocregopher commented 5 years ago

Hey @kayalardanmehmet, I answered your issue in the newer radix package, and this one is no longer maintained, so I'm going to go ahead and close this.