Either unsubscribe, or just close the connections that subscribed. Messages are not held on subscription channels - they are delivered to any connections that are interested then they are discarded. It is not a persistent queue etc.
Marc
I have already posted on SO: http://stackoverflow.com/q/16585161/878361 and want to share here, too.--In my app I dynamically create new
pubsubchannels and there might be too many like 5k per day. According to my app's requirements any channel is used for at most 5minutes. (and subscribed clients may be closed without unsubscribing)Considering this situation, thousands of unused channels will be present in the app in a week. So how can I delete unused channels or should I even delete them. What happens to the channel and messages published via them, do they stay on the memory?
thanks
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+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.