Exception: MultiRedis::FutureNotReady

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/multi_redis/future.rb

Instance Method Summary collapse

Constructor Details

#initializeFutureNotReady

Returns a new instance of FutureNotReady.



5
6
7
# File 'lib/multi_redis/future.rb', line 5

def initialize
  super "Value will be available once the operation executes."
end