Alexander Mills

Results 200 comments of Alexander Mills

with all due respect, don't you think it's better to not wrap wrappers? It seems it would be best for me to fork this repo and fix the internals than...

this repo should ideally be doing the lower level listening to DELs, SETs, etc. Wrapping this library in order to do that is just going to create confusion, IMO

It would be super awesome if you could create that, I am personally looking to listen to events such as these http://redis.io/topics/notifications DEL generates a del event for every deleted...

cool, thanks RM...can you reconcile this redis-update-events library with this answer here http://stackoverflow.com/questions/29785346/redis-client-to-listen-to-set-and-del-events/29785902#29785902 do you really think they should be separate libs?

Yes, I agree, I believe you have seen the light. From the start I thought the keyspace stuff belonged with the pub/sub stuff. I think the other library you created...

RM - it's a been awhile, but I think Redis PubSub is just a special case of Redis Keyspace Notifs, not the other way around. Does that ring true with...

Node-redis-pubsub is nothing without subcribing to the KEA

IMO there needs to be clear instructions in the documentation on how to use keyspace notifications with this library. this I believe was my my only complaint with your lib...

You need to let people know that keyspace notifs need to be enabled by calling `redis-cli config set notify-keyspace-events KEA` or editing the redis.conf file directly and putting in a...