class Redis::FutureNotReady
Public Class Methods
Source
# File lib/redis/pipeline.rb, line 75 def initialize super("Value will be available once the pipeline executes.") end
Calls superclass method
# File lib/redis/pipeline.rb, line 75 def initialize super("Value will be available once the pipeline executes.") end