Skip to content

Commit

Permalink
Lifting with --redis now sets @sailshq/connect-redis and @sailshq/soc…
Browse files Browse the repository at this point in the history
…ket.io-redis.
  • Loading branch information
mikermcneil committed Mar 26, 2018
1 parent 9f29a03 commit 1e28823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/configuration/load.js
Expand Up @@ -103,7 +103,7 @@ module.exports = function(sails) {
})(),
sockets: (function(){
if (overrides.redis) {
return { adapter: 'socket.io-redis' };
return { adapter: '@sailshq/socket.io-redis' };
}
return undefined;
})(),
Expand Down

0 comments on commit 1e28823

Please sign in to comment.