PDA

View Full Version : any plan to support pubsub commands for spring-data-redis?



puran
Feb 4th, 2011, 02:49 AM
I am trying to use pub/sub feature of redis but RedisTemplate doesn't provide any of those commands as of now..is it in future roadmap of spring-data-redis to support it??

would be great if it supports

thanks

Costin Leau
Feb 8th, 2011, 01:12 AM
Yes, take a look at the snapshots (upcoming M2). Not only the commands are supported by there's a dedicated MessageListenerContainer that makes listening for messages extremely easy (and lightweight - no blocking threads).