redis
redis copied to clipboard
Package for working with Redis in AdonisJS
### Package version 7.3.4 ### Describe the bug I am running the redis' geo functions like georadius() in my code but it is giving me error: This is my controller...
### Package version 9.1 ### Describe the bug I get the following error in my code while am following the documentation. With IORedis ``` redis.on('message', (channel, messages) => { console.log(message)...
### 🔗 Linked issue Closes #65 ### ❓ Type of change - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) - [ ] 👌 Enhancement (improving...
In @adonisjs/redis, trying to do `redis.subscribe()` when the specified channel already has an active subscription [will throw an error](https://github.com/adonisjs/redis/blob/8432ff020e28a5735c5c6f6689a8fbea2408f531/src/connections/abstract_connection.ts#L285). It would be nice if instead of throwing, @adonisjs/redis was able...
### Package version 9.2.0 ### Describe the bug Hi, I've encountered a bug in tests, where i was unable to gracefully shutdown adonis. After some digging i found out, that...