module Redis::Commands::Pubsub

def ssubscribe(*channels, &block)

Listen for messages published to the given channels in a shard.
def ssubscribe(*channels, &block)
  _subscription(:ssubscribe, 0, channels, block)
end