You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@adonisjs/redis is described as "The package is a thin wrapper on top of ioredis with better DX around Pub/Sub and automatic management of multiple redis connections", so this feature seems very inline with the package's goals.
In @adonisjs/redis, trying to do
redis.subscribe()
when the specified channel already has an active subscription will throw an error.It would be nice if instead of throwing, @adonisjs/redis was able to intelligently group duplicate subscriptions together.
@adonisjs/redis is described as "The package is a thin wrapper on top of ioredis with better DX around Pub/Sub and automatic management of multiple redis connections", so this feature seems very inline with the package's goals.
Originally posted as a discussion here
The text was updated successfully, but these errors were encountered: