socket.io-redis-adapter
socket.io-redis-adapter copied to clipboard
Adapter to enable broadcasting of events to multiple separate socket.io server nodes.
I am using fetchSockets() in a multi-node setup with a PostgreSQL adapter and I encounter inconsistencies where socket IDs from other node are sometimes not included in the results. This...
Hello, I created the adapter and connection, but nothing work I have two same servers that balanced with proxy. I use fastify and fastify-socket.io My code below ``` const pubClient...
I need redis-adapter for java,but I can't find the java version, can anyone help me?
If `requestId` does not exist in `this.requests`, but exists in `this.ackRequests`: https://github.com/socketio/socket.io-redis-adapter/blob/cdb55353f83c78cabe9788683e4dd93ac4cd50c9/lib/index.ts#L529 L537 will have an exception: https://github.com/socketio/socket.io-redis-adapter/blob/cdb55353f83c78cabe9788683e4dd93ac4cd50c9/lib/index.ts#L537
fixes socketio/socket.io-redis-adapter#549
Make it possible to access a socket in a different node without broadcasting. I cant use ack:s when emitting from a socket that I got from ``` const sockets =...
I have multiple socket io namespaces. on client joins a specific namespace, the client will join a room under the namespace, after that server will send the client a message....
The cpu load of my redis server recently reached 81%. After investigation, I found that the qps of the publish command and the auth command is highly coincident. I suspect...
I have an app where I need to send a list of all connected clients and rooms to all connected clients. Sometimes I'm able to get all clients across multiple...
When using this package with node-redis, I get the following error ``` node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^ [ErrorReply: ERR unknown command 'psubscribe', with args beginning with: socket.io#/#*] ```...