mirror of
https://github.com/redis/go-redis.git
synced 2025-06-14 01:21:30 +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
|
||||
ProbabilisticCmdable
|
||||
TimeseriesCmdable
|
||||
StreamCmdable
|
||||
}
|
||||
|
||||
type StatefulCmdable interface {
|
||||
|
Reference in New Issue
Block a user