Class: Redis::TimeSeries::Error
- Inherits:
-
BaseError
- Object
- BaseError
- Redis::TimeSeries::Error
- Defined in:
- lib/redis/time_series/errors.rb
Overview
Base error class for convenient rescue
-ing.
Descendant of Redis::BaseError
, so you can rescue that and capture all time-series errors, as well as standard Redis command errors.