Releases: laixintao/iredis
Releases · laixintao/iredis
Release v1.15.0
Bump version: 1.14.1 → 1.15.0
Release v1.14.1
Bump version: 1.14.0 → 1.14.1
Release v1.14.0
Bump version: 1.13.2 → 1.14.0
Release v1.13.2
Bump version: 1.13.1 → 1.13.2
Release v1.13.1
Bump version: 1.13.0 → 1.13.1
Release v1.13.0
Bump version: 1.12.2 → 1.13.0
Release v1.12.2
Bump version: 1.12.1 → 1.12.2
Release v1.12.1
What's Changed
- support HRANDFIELD. by @laixintao in #431
- add testing on redis 7. by @laixintao in #433
- bugfix: fix error when pop multiple elements by @Mr3h1v in #436
- Allow to provide a custom prompt via
--prompt
by @aymericbeaumet in #437 - support username for client connection by @laixintao in #438
- support client_addr and client_id in prompt string, add some tests. by @laixintao in #440
- support prompt in iredisrc config file by @laixintao in #441
New Contributors
- @Mr3h1v made their first contribution in #436
- @aymericbeaumet made their first contribution in #437
Full Changelog: v1.12.0...v1.12.1
Release v1.12.0
What's Changed
- fix typo: sperator -> separator. by @laixintao in #423
- build: use lighter
poetry-core
by @branchvincent in #424 - Support Dragonfly (version parsing) by @laixintao in #425
- support more redis-server commands. by @laixintao in #405
- support COPY command. by @laixintao in #428
- new commands: eval and failover and geo related commands by @laixintao in #429
- GEO and GET related commands, timestamp completer is more powerful! by @laixintao in #430
New Contributors
- @branchvincent made their first contribution in #424
Full Changelog: v1.11.1...v1.12.0
Release v1.11.1
What's Changed
- siwtch
distutils.version
topackaging.version
to fix the version parse for windows. by @laixintao in #419 - reformat project using black==22.1.0 by @laixintao in #422
Full Changelog: v1.11.0...v1.11.1