Exception: Redis::FutureNotReady
- Inherits:
- 
      RuntimeError
      
        - Object
- RuntimeError
- Redis::FutureNotReady
 
- Defined in:
- lib/redis/pipeline.rb
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ FutureNotReady 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of FutureNotReady. 
Constructor Details
#initialize ⇒ FutureNotReady
| 75 76 77 | # File 'lib/redis/pipeline.rb', line 75 def initialize super("Value will be available once the pipeline executes.") end |