zaqar/MANIFEST.in
kgriffs 72598b2389 Move Redis driver's claim transaction to Lua
This avoids having to set a watch and retry if someone else beats us to
the punch; the retry is less efficient than doing it with Lua, and would
require adding a backoff sleep to avoid lots of failed requests under
high concurrency.

This patch also adds a Redis server version check in the driver since
Lua requires redis-server >= 2.6

Change-Id: I0c34e267a6358965a54179a4b2fd03ac15b194e9
Closes-Bug: #1372510
2014-09-29 11:49:40 -05:00

7 lines
91 B
Plaintext

recursive-include zaqar *.lua
exclude .gitignore
exclude .gitreview
global-exclude *.pyc