| 1 | ## All available configuration options, their descriptions and default values: |
| 2 | ## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/redis#readme |
| 3 | |
| 4 | jobs: |
| 5 | - name: local |
| 6 | address: 'unix://@/tmp/redis.sock' |
| 7 | |
| 8 | - name: local |
| 9 | address: 'unix://@/var/run/redis/redis.sock' |
| 10 | |
| 11 | - name: local |
| 12 | address: 'unix://@/var/lib/redis/redis.sock' |