Exception: Redis::FutureNotReady
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
RuntimeError
|
|
Instance Chain:
self,
RuntimeError
|
|
Inherits: |
RuntimeError
|
Defined in: | lib/redis/pipeline.rb |
Class Method Summary
- .new ⇒ FutureNotReady constructor
Constructor Details
.new ⇒ FutureNotReady
# File 'lib/redis/pipeline.rb', line 75
def initialize super("Value will be available once the pipeline executes.") end