class Redis::Subscription

def unsubscribe(&block)

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