Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一次订阅了多个频道。我想检索我现在订阅的所有频道名称。
我怎样才能做到这一点?
Redis 不返回此列表。但是你可以自己维护它。每次订阅时,您都可以将频道添加到集合中。每次取消订阅时,您都会从集合中删除该频道。
当可以在客户端轻松完成时,无需在服务器端做任何事情。