Redislite Versions Save

Redis in a python module.

v5.0.165407

3 years ago

v5.0.159960

4 years ago

3.2.311

7 years ago

This release only updates the built in redis server to redis version 3.2.9

3.2.310

7 years ago

This release upgrades the embedded redis server to version 3.2.6.

It also adds Python 3.6 to the supported python interpreters.

3.0.296

8 years ago
  • Fix server start failures when the rdb filename has a space or quote character in it

3.0.287

8 years ago

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

v3.0.271

8 years ago