Method: Redis::Future#initialize
- Defined in:
- lib/redis/pipeline.rb
#initialize(command, transformation) ⇒ Future
Returns a new instance of Future.
82 83 84 85 86 |
# File 'lib/redis/pipeline.rb', line 82 def initialize(command, transformation) @command = command @transformation = transformation @object = FutureNotReady end |