Increase Redis PubSub Compatibility To Send data upto 1 MB

21 views
Skip to first unread message

Anurag Vikram Singh

unread,
Apr 23, 2017, 3:41:00 PM4/23/17
to Redis DB
Hi Support,

I am using Redis PubSub services to transfer Messages in real time and Redis is working very good. I am having problem sending Data (Message) which is nearly 1MB in size, for that I have to use FTP. I just want to know is there any possible way to use Redis PubSub Service to send large data  (say 1MB). 

Please Let my know if it is possibe with Redis as it would be great help for me.

Thanks in Advance.

Anurag Vikram Singh.

Itamar Haber

unread,
Apr 23, 2017, 7:16:18 PM4/23/17
to Redis DB
Hello Anurag,

Technically there shouldn't be an issue with a 1MB message - that works on my laptop.

Conceptually, I'm not sure that you want to go that way for two main reasons: 1) each subscriber means an additional 1MB payload so if you have multiple ones network can become a bottleneck and 2) PubSub isn't like FTP - you have no guarantee that the data made it to the destination.

P.S. this isn't support, just your friendly open source community ;)

Cheers,

--
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 redis-db+unsubscribe@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.



--

Itamar Haber | Chief OSS Education Officer
Redis Labs ~/redis

Mobile: +972 (54) 567 9692
Twitter: @itamarhaber
Skype: itamar.haber

RoshanRC

Reply all
Reply to author
Forward
0 new messages