class Redis::Pipeline

def call_without_reply(command)

backwards compat here, since it was introduced in 2.2.2.
Assume that this method is called with a single array argument. No
def call_without_reply(command)
  @commands.push command
  nil
end