class Redis::SubscribedClient

def ssubscribe(*channels, &block)

def ssubscribe(*channels, &block)
  subscription("ssubscribe", "sunsubscribe", channels, block)
end