File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.1.0 / 2016-09-24
3
+ ==================
4
+
5
+ * [ feature] Get all clients in a room across all nodes (#109 )
6
+ * [ feature] Added option subEvent (#95 )
7
+ * [ fix] Fix an issue when broadcasting binary data between nodes. (#122 )
8
+ * [ fix] Fixes #93 by passing full URI to redis.createClient when specified (#94 )
9
+ * [ docs] add license info (#114 )
10
+ * [ docs] Notes regarding protocol for Redis messages (rebased 3 commits) (#86 )
11
+ * [ perf] Return early when channels mismatch to skip expensive msgpack decoding (#107 )
12
+ * [ refactor] Remove unused import (#123 )
13
+ * [ chore] Updated node-redis dependency to 2.4.2, which matches socket.io-emitter (#84 )
14
+
2
15
1.0.0 / 2015-12-10
3
16
==================
4
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket.io-redis" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments