class Redis::Future

Overview

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.

Defined in:

lib/redis/src/redis/future.cr
crystal_task/metrics/redis.cr

Instance Method Summary

Instance Method Detail

def ready? : Bool #

[View source]