]>
git.saurik.com Git - redis.git/blob - client-libraries/ruby/lib/pipeline.rb
f92b96db527f97223c7b54ff20d63d3da4f504dc
12 def execute_command(data)
14 write_and_read
if @commands.size
>= BUFFER_SIZE
22 @redis.execute_command(@commands.join
, true)