mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Add Redis Timeseries support (#2688)
* Add Redis Timeseries support * Small fixes * Make timeseries interface public * remove bloom renaming
This commit is contained in:
@ -507,6 +507,7 @@ type Cmdable interface {
|
||||
|
||||
gearsCmdable
|
||||
probabilisticCmdable
|
||||
TimeseriesCmdable
|
||||
}
|
||||
|
||||
type StatefulCmdable interface {
|
||||
|
Reference in New Issue
Block a user