Exception: Redis::FutureNotReady
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/redis-5.0.5/lib/redis/pipeline.rb
Instance Method Summary collapse
-
#initialize ⇒ FutureNotReady
constructor
A new instance of FutureNotReady.
Constructor Details
#initialize ⇒ FutureNotReady
Returns a new instance of FutureNotReady.
74 75 76 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/redis-5.0.5/lib/redis/pipeline.rb', line 74 def initialize super("Value will be available once the pipeline executes.") end |