settings_redis.py 178 Bytes
REDIS = {
    'host': '192.168.168.142',
    'port': 6379,
    'db': 0,
}

REDIS_SENTINEL = [('192.168.168.142', 26379 ), ('192.168.168.142', 26379), ('192.168.168.142', 26379)]