Exception: Redis::Distributed::CannotDistribute
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Redis::Distributed::CannotDistribute
- Defined in:
- sig/redis.rbs
Instance Method Summary collapse
-
#initialize ⇒ CannotDistribute
constructor
A new instance of CannotDistribute.
- #message ⇒ ::String
Constructor Details
#initialize ⇒ CannotDistribute
Returns a new instance of CannotDistribute.
774 |
# File 'sig/redis.rbs', line 774
def initialize: (untyped command) -> void
|
Instance Method Details
#message ⇒ ::String
776 |
# File 'sig/redis.rbs', line 776
def message: () -> ::String
|