Method: Redis::Commands::Pubsub#sunsubscribe

Defined in:
lib/redis/commands/pubsub.rb

#sunsubscribe(*channels) ⇒ Object

Stop listening for messages posted to the given channels in a shard.



76
77
78
# File 'lib/redis/commands/pubsub.rb', line 76

def sunsubscribe(*channels)
  _subscription(:sunsubscribe, 0, channels, nil)
end