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:
@ -224,6 +224,7 @@ type Cmdable interface {
|
|||||||
GearsCmdable
|
GearsCmdable
|
||||||
ProbabilisticCmdable
|
ProbabilisticCmdable
|
||||||
TimeseriesCmdable
|
TimeseriesCmdable
|
||||||
|
StreamCmdable
|
||||||
}
|
}
|
||||||
|
|
||||||
type StatefulCmdable interface {
|
type StatefulCmdable interface {
|
||||||
|
Reference in New Issue
Block a user