settings_redis.py 178 Bytes EditWeb IDE 1 2 3 4 5 6 7 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)]