Method: Redis::FutureNotReady#initialize
- Defined in:
- lib/redis/pipeline.rb
#initialize ⇒ FutureNotReady
Returns a new instance of FutureNotReady.
74 75 76 |
# File 'lib/redis/pipeline.rb', line 74 def initialize super("Value will be available once the pipeline executes.") end |