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

@@ -67,6 +67,8 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@discordjs/core": "workspace:^",
"@discordjs/ws": "workspace:^",
"@msgpack/msgpack": "^3.1.3",
"@vladfrangu/async_event_emitter": "^2.4.7",
"ioredis": "^5.9.3"