taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.16k stars 131 forks source link

Is carmine support Redis notification ? #154

Closed jeremieca closed 8 years ago

jeremieca commented 8 years ago

Hello,

Is carmine driver support Redis notification (since redis 2.8.0) ? Notifications documentation available here : http://redis.io/topics/notifications

Thanks, Jeremie C.

ptaoussanis commented 8 years ago

Hi Jeremie,

From the linked doc:

Events are delivered using the normal Pub/Sub layer of Redis, so clients implementing Pub/Sub are able to use this feature without modifications.

So I believe the answer is yes because I don't think Carmine actually needs to do anything special to support notifications. Haven't used them myself, but looks like they just operate over the normal pub/sub API.

Hope that helps / makes sense?

Cheers :-)

jeremieca commented 8 years ago

Thanks. :)

ptaoussanis commented 8 years ago

No problem - good luck with Clojure + Redis, they're a great fit together! :-)