redis-live.conf 252 B

1234567891011121314151617181920212223
  1. {
  2. "RedisServers":
  3. [
  4. {
  5. "server": "localhost",
  6. "port" : 6379
  7. }
  8. ],
  9. "DataStoreType" : "redis",
  10. "RedisStatsServer":
  11. {
  12. "server" : "localhost",
  13. "port" : 6379
  14. },
  15. "SqliteStatsStore" :
  16. {
  17. "path": "to your sql lite file"
  18. }
  19. }