mirror of https://github.com/go-redis/redis.git
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:
parent
275af73971
commit
c6fe509f4a
|
@ -224,6 +224,7 @@ type Cmdable interface {
|
|||
GearsCmdable
|
||||
ProbabilisticCmdable
|
||||
TimeseriesCmdable
|
||||
StreamCmdable
|
||||
}
|
||||
|
||||
type StatefulCmdable interface {
|
||||
|
|
Loading…
Reference in New Issue