class Redis
def psubscribe(*channels, &block)
def psubscribe(*channels, &block) synchronize do |client| _subscription(:psubscribe, channels, block) end end
def psubscribe(*channels, &block) synchronize do |client| _subscription(:psubscribe, channels, block) end end