class Redis2::FutureNotReady
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/redis2/pipeline.rb, line 101 def initialize super("Value will be available once the pipeline executes.") end