Skip to content

Commit

Permalink
chore(engine): bump redis lib to v9 (#7048)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault authored Jul 12, 2024
1 parent 306cf7f commit 908f334
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 66 deletions.
2 changes: 1 addition & 1 deletion engine/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

// PubSub represents a subscriber
type PubSub interface {
Unsubscribe(channels ...string) error
Unsubscribe(c context.Context, channels ...string) error
GetMessage(c context.Context) (string, error)
}

Expand Down
Loading

0 comments on commit 908f334

Please sign in to comment.