Method: Redis::Distributed#punsubscribe
- Defined in:
- lib/redis/distributed.rb
#punsubscribe(*channels) ⇒ Object
Stop listening for messages posted to channels matching the given patterns.
919 920 921 |
# File 'lib/redis/distributed.rb', line 919 def punsubscribe(*channels) raise NotImplementedError end |