Skip to content

Update configuration code to allow specifying configuration items multiple times

Compare
Choose a tag to compare
@dwighthubbard dwighthubbard released this 27 Apr 20:28
· 54 commits to master since this release

This release changes has the followign changes:

Allow the serverconfig argument of the Redis/StrictRedis objects to accept a list of values that are used to provide the same setting multiple times in the configuration with different values. It also allows the serverconfig to take any valid redis server config setting.

Fix for race condition on redis-server start in issue #98