Exception: MultiRedis::FutureNotReady
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- MultiRedis::FutureNotReady
- Defined in:
- lib/multi_redis/future.rb
Instance Method Summary collapse
-
#initialize ⇒ FutureNotReady
constructor
A new instance of FutureNotReady.
Constructor Details
#initialize ⇒ FutureNotReady
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 |