class Redis::FutureNotReady

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/redis/pipeline.rb, line 74
def initialize
  super("Value will be available once the pipeline executes.")
end