a850d1c9c1
[HTML5] Redis class refactor
15 lines
290 B
YAML
15 lines
290 B
YAML
redis:
|
|
host: '127.0.0.1'
|
|
post: '6379'
|
|
timeout: 5000
|
|
debug: false
|
|
channels:
|
|
toAkkaApps: 'to-akka-apps-redis-channel'
|
|
subscribeTo:
|
|
- 'to-html5-redis-channel'
|
|
- 'from-akka-apps-*'
|
|
async:
|
|
- 'from-akka-apps-wb-redis-channel'
|
|
ignored:
|
|
- 'CheckAlivePongSysMsg'
|