catbox-redis
catbox-redis copied to clipboard
Redis adapter for catbox
I am running hapi 20. Following the documentation, the following configuration works fine on a single-instance redis server. ``` const Hapi = require('hapi') const CatboxRedis = require('@hapi/catbox-redis'); const server =...
#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: 18.3.0 *...
### Runtime nodejs ### Runtime version 20 ### Module version 7.0.2 ### Used with hapi ### Any other relevant information _No response_ ### How can we help? Is it possible...
- Validate that the plugin works with the latest Redis - Validate that it works with modern KV DBs that support a redis-like interface - [This was removed](https://github.com/hapijs/catbox-redis/pull/132/files#diff-5bb8db779819ddef5956a5d9d5949c05ef7445237656ca37bf2f02720271440bL430) because it...