class Redis::Future::NotResolved
- Redis::Future::NotResolved
- Exception
- Reference
- Object
Overview
A Redis::Future::NotResolved
is raised when attempting to access the
value of a Future
that has not been resolved yet. For example, calling
pipeline.get("my-key").value
.