76f6e063db
This patch implements the standard controllers for the redis storage driver. It has been tested against a localhost Redis server with ZAQAR_TEST_REDIS=1. Change-Id: Ib7c100afd11a0410c3f241c1925d5aaf172ce6a8 Partially-Implements: blueprint redis-storage-driver
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = redis
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
[drivers:storage:redis]
|
|
uri = redis://127.0.0.1:6379
|
|
max_reconnect_attempts = 3
|
|
reconnect_sleep = 1 |