Exception: Redis::FutureNotReady

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/redis/pipeline.rb

Instance Method Summary collapse

Constructor Details

#initializeFutureNotReady

Returns a new instance of FutureNotReady.



93
94
95
# File 'lib/redis/pipeline.rb', line 93

def initialize
  super("Value will be available once the pipeline executes.")
end