# File lib/redis.rb, line 2186 def pubsub(subcommand, *args) synchronize do |client| client.call([:pubsub, subcommand] + args) end end