Skip to content

Commit 5acab87

Browse files
yisraelUmmienko
andauthored
Update modules/streams/src/main/scala/dev/profunktor/redis4cats/pubsub/PubSubCommands.scala
Co-authored-by: Michael Mienko <mmienko@users.noreply.github.com>
1 parent 78261b6 commit 5acab87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/streams/src/main/scala/dev/profunktor/redis4cats/pubsub/PubSubCommands.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import dev.profunktor.redis4cats.data._
2828
* @tparam V
2929
* the value type
3030
*/
31-
trait PublishCommands[F[_], S[_], K, V] extends algebra.Publish[F, K, V] with algebra.PubSubStats[F, K] {
31+
trait PublishCommands[F[_], S[_], K, V] extends algebra.PublishAndStats[F, K, V] {
3232

3333
/** Streaming publish: transforms a stream of values into a stream of subscriber counts.
3434
*

0 commit comments

Comments
 (0)