1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Add stream interface back to Cmdable (#2725)

Without it we can't call stream functions from `Cmdable` and alikes.

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Gabriel
2023-09-27 09:50:47 +02:00
committed by GitHub
parent 275af73971
commit c6fe509f4a

View File

@ -224,6 +224,7 @@ type Cmdable interface {
GearsCmdable GearsCmdable
ProbabilisticCmdable ProbabilisticCmdable
TimeseriesCmdable TimeseriesCmdable
StreamCmdable
} }
type StatefulCmdable interface { type StatefulCmdable interface {