Redis-backed implementations for the droff Discord client, including cache store, rate limit store, and gateway event proxy. Current version 0.8.15 (unstable, pre-1.0). Enables scaling bot logic separately from gateway handling using Redis as a proxy. Key differentiator: provides a complete Redis-backed infrastructure for large Discord bots needing horizontal scaling, unlike simpler in-memory stores. Release cadence is irregular; breaking changes may occur.
npm install droff-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes Redis stores and proxy for a droff Discord bot, connecting to Redis and starting the bot.
Pin to exact version in package.json.
Always await redis.connect() before constructing droff-redis classes.
Ensure proxies are registered before starting the bot.
Attach event listeners immediately after creating the proxy, before bot.start().
Start Redis server or set REDIS_URL env variable.