Redis SUBSCRIBE will listen to all messages on a channel. You need to publish on a separate Redis connection than you subscribe on.
see: https://github.com/mranney/node_redis#publish--subscribe and: http://redis.io/commands/subscribe On Thursday, January 10, 2013 11:08:08 AM UTC-7, Erick Eden wrote: > > Hello guys > > How can I get all data from a channel with node_redis ? > > I publish menssage in some channel and want retrieve all data from this > channel... > > I'm using node_redis module... > > > thx > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
