Skip to content

Commit

Permalink
Add stream interface back to Cmdable (#2725)
Browse files Browse the repository at this point in the history
Without it we can't call stream functions from `Cmdable` and alikes.

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
  • Loading branch information
gabrielgio and ofekshenawa committed Sep 27, 2023
1 parent 275af73 commit c6fe509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ type Cmdable interface {
GearsCmdable
ProbabilisticCmdable
TimeseriesCmdable
StreamCmdable
}

type StatefulCmdable interface {
Expand Down

0 comments on commit c6fe509

Please sign in to comment.