roles-bot/packages/redis-api
2023-04-09 11:09:58 +02:00
..
scripts feat: introduce redis-api 2023-04-09 11:09:58 +02:00
src feat: introduce redis-api 2023-04-09 11:09:58 +02:00
LICENSE feat: introduce redis-api 2023-04-09 11:09:58 +02:00
package.json feat: introduce redis-api 2023-04-09 11:09:58 +02:00
README.md feat: introduce redis-api 2023-04-09 11:09:58 +02:00
template.env feat: introduce redis-api 2023-04-09 11:09:58 +02:00
tsconfig.json feat: introduce redis-api 2023-04-09 11:09:58 +02:00

For caching user selected options, we use the Redis key-value store. This package provides a simple API for interacting with Redis. We need this API because CloudFlare Workers (they doesn't support TCP)