1
0
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:
ofekshenawa
2023-09-11 14:51:31 +03:00
committed by GitHub
parent 5bbd80d943
commit 017466b6cc
5 changed files with 1942 additions and 1 deletions

View File

@ -507,6 +507,7 @@ type Cmdable interface {
gearsCmdable
probabilisticCmdable
TimeseriesCmdable
}
type StatefulCmdable interface {