Skip to content

Commit

Permalink
fix #55
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Apr 11, 2015
1 parent d2dec66 commit c07b3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function adapter(uri, opts){
*/

Redis.prototype.onmessage = function(channel, msg){
var pieces = channel.split('#');
var args = msgpack.decode(msg);
var packet;

Expand Down

0 comments on commit c07b3bd

Please sign in to comment.