class Redis::SubscribedClient
def ssubscribe(*channels, &block)
def ssubscribe(*channels, &block) subscription("ssubscribe", "sunsubscribe", channels, block) end
def ssubscribe(*channels, &block) subscription("ssubscribe", "sunsubscribe", channels, block) end