class

Redis::Future

Inherits Reference / Object

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

Instance methods

value
Source
value=(new_value : Redis::RedisValue)
Source