class Redis

def subscribe(*channels, &block)

def subscribe(*channels, &block)
  subscription(:subscribe, channels, block)
end