123456789_123456789_123456789_123456789_123456789_

Exception: Redis::FutureNotReady

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, RuntimeError
Instance Chain:
self, RuntimeError
Inherits: RuntimeError
  • Object
Defined in: lib/redis/pipeline.rb

Class Method Summary

Constructor Details

.newFutureNotReady

[ GitHub ]

  
# File 'lib/redis/pipeline.rb', line 75

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