roles-bot/packages/redis-api/README.md
2023-04-09 11:09:58 +02:00

2 lines
223 B
Markdown

For caching user selected options, we use the [Redis](http://redis.io/) 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)