Releases: RedisLabsModules/RLTest
Releases · RedisLabsModules/RLTest
Version 0.7.4
Version 0.7.3
Version 0.7.2
Changes
- Add
--enable-protected-configs
parameter to enable changing protected redis configs in redis >= 7 (#200) - poetry 1.5.1 (#199)
- Make sure exceptions are counted as failures so they will cause printing verbose information (on failure). (#197)
- Add
--loglevel
parameter that allows setting redis log level configuration (#194)
Version 0.7.1
Changes
- Compact print; default protocol; gdb with shards (#191)
- Print tests in compact form (compatible with --tests-file)
- Added default protocol setting
- Allow gdb (on master) on multiple shards/slaves (with --interactive-debugger)
- Added the option to collect usefull information on failure and print it to stdout. (#192)
Version 0.7.0
Changes
- Support for protocol version (RESP3) (#190)
Version 0.6.0
Changes
- Python: added 3.11, dropped 3.6; Picked up redis-py 4.5.1 (#189)
Version 0.5.12
Changes
- Avoid waiting on connection when server is dead (#187)
Version 0.5.11
Changes
- pass password on tls cluster (#186)
Version 0.5.10
Changes
- Allow to set default Redis server port (#185)