class Redis::Client
def pipelined(&block)
def pipelined(&block) Redis.deprecate("Calling pipelined commands on the yielded object will be deprecated in 2.0", caller[0]) pipeline = Pipeline.new self yield pipeline pipeline.execute end
def pipelined(&block) Redis.deprecate("Calling pipelined commands on the yielded object will be deprecated in 2.0", caller[0]) pipeline = Pipeline.new self yield pipeline pipeline.execute end