File: 002-slave

package info (click to toggle)
python-redis 2.10.5-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 552 kB
  • sloc: python: 5,259; sh: 167; makefile: 128
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
pidfile /var/run/redis-slave.pid
port 6380
daemonize yes
unixsocket /tmp/redis-slave.sock
unixsocketperm 777
dbfilename slave.rdb
dir /home/vagrant/redis/backups

slaveof 127.0.0.1 6379