Method: Redis::SubscribedClient#sunsubscribe
- Defined in:
- lib/redis/subscribe.rb
#sunsubscribe(*channels) ⇒ Object
48 49 50 |
# File 'lib/redis/subscribe.rb', line 48 def sunsubscribe(*channels) call_v([:sunsubscribe, *channels]) end |