mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat(RedisBroker): discordjs/core gateway impl (#11005)
* feat(RedisBroker): discordjs/core gateway impl * fix: import Co-authored-by: Almeida <github@almeidx.dev> * chore: iterate * fix: publish properly * chore: deps and docs * chore: leftover comment * chore: suggested changes * doc: bad comment --------- Co-authored-by: Almeida <github@almeidx.dev> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d6e1609408
commit
41439d3a40
@@ -1,5 +1,6 @@
|
||||
export * from './brokers/redis/BaseRedis.js';
|
||||
export * from './brokers/redis/PubSubRedis.js';
|
||||
export * from './brokers/redis/RedisGateway.js';
|
||||
export * from './brokers/redis/RPCRedis.js';
|
||||
|
||||
export * from './brokers/Broker.js';
|
||||
|
||||
Reference in New Issue
Block a user