lib/oxblood/pipeline.rb in oxblood-0.2.0 vs lib/oxblood/pipeline.rb in oxblood-0.3.0
- old
+ new
@@ -1,10 +1,10 @@
require 'oxblood/protocol'
require 'oxblood/commands'
module Oxblood
# Redis pipeling class. Commands won't be send until {#sync} is called.
- # Error responses won't be raises and should be checked manually in the
+ # Error responses won't be raised and should be checked manually in the
# responses array.
# @see http://redis.io/topics/pipelining#redis-pipelining
#
# @example Basic workflow
# pipeline = Pipeline.new(connection)