Redis::Future
Futures are handles for values that will become available at a later point in time.
The API methods Redis#pipelined and Redis#multi make commands return futures instead of actual values.
See this example.
Constructors
new
SourceInstance methods
value
Sourcevalue=(new_value : Redis::RedisValue)
Source