Method: Redis::MultiFuture#initialize
- Defined in:
- lib/redis/pipeline.rb
#initialize(futures) ⇒ MultiFuture
Returns a new instance of MultiFuture.
112 113 114 115 116 |
# File 'lib/redis/pipeline.rb', line 112 def initialize(futures) @futures = futures @command = [:exec] @object = FutureNotReady end |