//服务器设置..。
//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.发布于 2012-06-07 05:56:38
这不是Redis处理的东西。您需要通过应用程序层保护对Redis发布/订阅的访问。如果你想让人们直接连接到Redis,并且仍然保护每个用户的频道,我相信你运气不好。
https://stackoverflow.com/questions/10926315
复制相似问题