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
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
[DEFAULT]
|
|
pooling = True
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = redis
|
|
|
|
[drivers:storage:redis]
|
|
uri = redis://127.0.0.1:6379
|
|
max_reconnect_attempts = 3
|
|
reconnect_sleep = 1 |