UNPKG
redis-notifier
Version:
latest (1.0.0)
1.0.0
0.2.0
0.1.2
0.1.1
0.1.0
Redis Keyspace Event Notifier
redis-notifier
/
config
/
env.js
8 lines
(7 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/*global process, module*/
module
.
exports
= { redis : { host :
'127.0.0.1'
, port :
6379
} };