-
Notifications
You must be signed in to change notification settings - Fork 484
Comparing changes
Open a pull request
base repository: socketio/socket.io-redis-adapter
base: 2e0ca4e002423849cdd6e01526ff2f239568042b
head repository: socketio/socket.io-redis-adapter
compare: ed83ba9559098375a2149273c8870e24f4f7827a
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01028d0 - Browse repository at this point
Copy the full SHA 01028d0View commit details
Commits on Feb 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 38b8a2b - Browse repository at this point
Copy the full SHA 38b8a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc1a9b - Browse repository at this point
Copy the full SHA 1dc1a9bView commit details
Commits on Feb 15, 2017
-
[fix] Fix remoteJoin/remoteLeave methods (#201)
The callback was triggered before the socket has actually joined/left the room.
Configuration menu - View commit details
-
Copy full SHA for 7ae896a - Browse repository at this point
Copy the full SHA 7ae896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2354068 - Browse repository at this point
Copy the full SHA 2354068View commit details
Commits on May 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bceab01 - Browse repository at this point
Copy the full SHA bceab01View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33499d - Browse repository at this point
Copy the full SHA a33499dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d000b - Browse repository at this point
Copy the full SHA d3d000bView commit details -
[perf] Use pattern matching at the namespace level (#217)
This follows #46. Each node will now listen to only three channels: - `socket.io#<namespace>#*`: used when broadcasting - `socket.io-request#<namespace>#`: used for requesting information (ex: get every room in the cluster) - `socket.io-response#<namespace>#`: used for responding to requests We keep the benefits of #46 since: - messages from other namespaces are ignored - when emitting to a single room, the message is sent to `socket.io#<namespace>#<my-room>`, so listeners can check whether they have the room before unpacking the message (which is CPU consuming). But there is no need to subscribe / unsubscribe every time a socket joins or leaves a room (which is also CPU consuming when there are thousands of subscriptions).
Configuration menu - View commit details
-
Copy full SHA for 05f926e - Browse repository at this point
Copy the full SHA 05f926eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42e26d - Browse repository at this point
Copy the full SHA f42e26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f475fb - Browse repository at this point
Copy the full SHA 5f475fbView commit details
Commits on May 13, 2017
-
[fix] Fix broken protocol in 5.0.0 (#221)
The message is now published to `socket.io#<namespace>#<my-room>#` channel, instead of `socket.io#<namespace>#<my-room>`.
Configuration menu - View commit details
-
Copy full SHA for 8dd84c7 - Browse repository at this point
Copy the full SHA 8dd84c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c743d61 - Browse repository at this point
Copy the full SHA c743d61View commit details
Commits on Jun 4, 2017
-
[fix] Use the requestid from response when deleting requests (#225)
Request does not have a requestid property so requests were not being cleaned up and .requests object was leaking memory.
Configuration menu - View commit details
-
Copy full SHA for 4f08b1a - Browse repository at this point
Copy the full SHA 4f08b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ad4ad - Browse repository at this point
Copy the full SHA b3ad4adView commit details -
[chore] Bump dependencies (#227)
- bump debug to version 2.6.8 - bump redis to version 2.7.1 - bump ioredis to version 3.1.1 - bump mocha to version 3.4.2
Configuration menu - View commit details
-
Copy full SHA for dfe1401 - Browse repository at this point
Copy the full SHA dfe1401View commit details -
Configuration menu - View commit details
-
Copy full SHA for f978d24 - Browse repository at this point
Copy the full SHA f978d24View commit details
Commits on Jun 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d6586a1 - Browse repository at this point
Copy the full SHA d6586a1View commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b97c96d - Browse repository at this point
Copy the full SHA b97c96dView commit details -
[feat] Increase default requestsTimeout to 5000 ms (#243)
That should solve most 'timeout reached while waiting for response' errors.
Configuration menu - View commit details
-
Copy full SHA for 37e28df - Browse repository at this point
Copy the full SHA 37e28dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2b2e6 - Browse repository at this point
Copy the full SHA ba2b2e6View commit details -
[docs] Add note about compatibility (#238)
Add note about compatibility, as described in https://github.com/socketio/socket.io-redis/releases/tag/5.0.0
Configuration menu - View commit details
-
Copy full SHA for 142f742 - Browse repository at this point
Copy the full SHA 142f742View commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f27d2b8 - Browse repository at this point
Copy the full SHA f27d2b8View commit details
Commits on Feb 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5fe5dad - Browse repository at this point
Copy the full SHA 5fe5dadView commit details
Commits on Feb 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 91fb8ed - Browse repository at this point
Copy the full SHA 91fb8edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 353870b - Browse repository at this point
Copy the full SHA 353870bView commit details
Commits on May 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e9cbe30 - Browse repository at this point
Copy the full SHA e9cbe30View commit details -
[docs] Fix Cluster example in the README
The previous example would lead to "Connection in subscriber mode, only subscriber commands may be used" errors. Fixes #274
Configuration menu - View commit details
-
Copy full SHA for 8fe4e03 - Browse repository at this point
Copy the full SHA 8fe4e03View commit details
Commits on Sep 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6d787fb - Browse repository at this point
Copy the full SHA 6d787fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cebc8 - Browse repository at this point
Copy the full SHA a1cebc8View commit details
Commits on Jun 4, 2020
-
chore: bump debug to version 4.1.0 (#306)
Co-authored-by: Dimitar Nestorov <dimitarnestorov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6242d9 - Browse repository at this point
Copy the full SHA d6242d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f257303 - Browse repository at this point
Copy the full SHA f257303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2500964 - Browse repository at this point
Copy the full SHA 2500964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597a8d1 - Browse repository at this point
Copy the full SHA 597a8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a19075 - Browse repository at this point
Copy the full SHA 7a19075View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed83ba9 - Browse repository at this point
Copy the full SHA ed83ba9View commit details
There are no files selected for viewing
This file was deleted.