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:
Denis-Adrian Cristea
2026-03-05 14:27:14 +02:00
committed by GitHub
parent d6e1609408
commit 41439d3a40
5 changed files with 360 additions and 0 deletions

View File

@@ -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';