Iredis

Latest version: v1.15.0

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

1.7.3

- Bugfix: IRedis can be suspended by <kbd>Ctrl</kbd> + <kbd>Z</kbd>. (Thanks
[wooden-robot])
- Bugfix: Press <kbd>Enter</kbd> when completion is open will not execute
commands. (Thanks [wooden-robot])
- Feature: `AUTH` command is now compatible with both Redis 5 and Redis 6.
- Redis6 support: `CLIENT KILL` support kill by `USER`, `XINFO` command support
`FULL` option.

1.7.2

- Feature: Support `ACL` ( [340](https://github.com/laixintao/iredis/pull/343)
).
- Bugfix: Include tests in source distribution.

1.7.1

- Bugfix: `command in` considered as an invalid input case, due to matched with
`command`'s syntax, and `in` as an extra args. Fixed by falling back to
default grammar if there are ambiguous commands that can match.

1.7

- Update: Builtin doc was updated with latest
redis-doc(dd4159397f115d53423c21337eedb04d3258d291).
- Feature: New command support: `CLIENT GETREDIR`, `CLIENT TRACKING` and
- Test: IRedis now was tested in both Redis 5 and Redis 6.
- Bugfix: Fix exception when transaction fails. (Thanks [brianmaissy])
- Bugfix: Merging multiple spaces bug, e.g. `set foo "hello world"` will result
in sending `set foo "hello world"` to redis-server. `CLIENT CACHING`.
- Bugfix: `--url` options is ignored, but don't worry, it is fixed now by
[otms61].

1.6.2

- Bugfix: `INFO` command accepts `section` now.
- Bugfix: refused to start when can not create connection.

1.6.1

- Bugfix: Dangerous command will still run even user canceled.

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.