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