resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Support pubsub command #185

Open Buk1m opened 3 years ago

Buk1m commented 3 years ago

https://redis.io/commands/pubsub

With redis-namespace 1.8.1 version:

Passing 'pubsub' command to redis as is; blind passthrough has been deprecated and will be removed in redis-namespace 2.0
kleyy commented 3 years ago

+1

iloveitaly commented 2 years ago

@kleyy @Buk1m we'll need to get CI working on this repo before we start making additional feature changes like this. Could any of you contribute a PR to get CI running on GitHub actions?