1

//服务器设置...

//Store using Redis ..


 this is the part of the code, now i have to send the stored data to other clients connected,the case is 'n' no.of application with 'n' no.of clients, so i have to create channels here dynamically. am asking u to help me by giving ideas for creating dynamic channel name for pub/sub.
4

1 回答 1

2

这不是 Redis 处理的事情。您需要通过应用层保护对 Redis 发布/订阅的访问。如果你想让人们直接连接到 Redis 并且仍然保护每个用户的频道,我相信你不走运。

于 2012-06-07T05:56:38.380 回答