- Feature: support pager. You can disable it using `--no-pager` or in your `iredisrc`, or change the pager behavior by setting `pager` in `iredisrc`.
1.5
- Bugfix: PEEK command do not use MEMORY USAGE before redis version 4.0. - Feature: Support disable shell pipeline feature in iredisrc. (Thanks [wooden-robot])
1.4.3
- Support `LOLWUT` command of Redis 6 version.
1.4.2
- Password for `AUTH` command will be hidden as `*`.
1.4.1
- This is a test release, nothing new.
1.4.0
- Bugfix: Fix PyOxidizer binary build, by locking the importlib_resources version.