We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3394fa0 commit 26dbaa0Copy full SHA for 26dbaa0
src/index.coffee
@@ -9,6 +9,7 @@ exports = module.exports = (racer) ->
9
racer.registerAdapter 'journal', 'Redis', JournalRedis
10
11
exports.useWith = server: true, browser: false
12
+exports.decorate = 'racer'
13
14
exports.JournalRedis = JournalRedis = (options) ->
15
{port, host, db, password} = options
0 commit comments