class Redis::Subscription

def psubscribe(&block)

def psubscribe(&block)
  @callbacks["psubscribe"] = block
end