socket.io-redis-adapter icon indicating copy to clipboard operation
socket.io-redis-adapter copied to clipboard

Adapter to enable broadcasting of events to multiple separate socket.io server nodes.

Results 63 socket.io-redis-adapter issues
Sort by recently updated
recently updated
newest added

I am working on a redis adapter for the [socketio rust implementation](https://github.com/totodore/socketioxide). And I would like to respect the protocol implemented here (packet format, channel naming, etc, etc) in order...

[The comment](https://github.com/eora21/socket.io-redis-adapter/blob/main/lib/index.ts#L59) is as follows: ``` Whether to publish a response to the channel specific to the requesting node. - if true, the response will be published to `${key}-request#${nsp}#${uid}#` -...

update incorrect comment for publishOnSpecificResponseChannel. The details are in the existing issue: [#554](https://github.com/socketio/socket.io-redis-adapter/issues/554)