module Redis::Commands::Pubsub

def sunsubscribe(*channels)

Stop listening for messages posted to the given channels in a shard.
def sunsubscribe(*channels)
  _subscription(:sunsubscribe, 0, channels, nil)
end