QnaList > Groups > Redis-Db > Feb 2016
faq

[redis-db] Redis Pub/sub As Communication Layer With Filter

hi,
we are evaluating to use Redis pub/sub as communication layer with .Net 
code, can you share the sample code where i could get started with.
we have a scenario as below
can subscriber subscribe to a Message with filter (based
Example:
Message is
public class myOne : 
{
public int Device { get; set; }
}
Publisher:
redisclient.Publish(new myOne() { Device = 10001 })
at the Subscriber, can I subscriber for myOne event with filter Device
00 or with some range?
We are looking something similar design need, so checking if it Redis 
pub-sub supports it.
if yes, share the code sample to get started.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

asked Feb 26 2016 at 08:24

Prabhakar K 's gravatar image



Related discussions

Tagged

Group Redis-db

asked Feb 26 2016 at 08:24

active Feb 26 2016 at 08:24

posts:1

users:1

Redis-db

©2013 QnaList.com