All Versions
43
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.12 Changes
- ๐ Feature:
CLIENT KILL
now supportLADDR
argument. - ๐ Feature:
CLIENT LIST
now supportID
argument. - ๐ Feature:
CLIENT PAUSE
support options and addedCLIENT UNPAUSE
command. - ๐ Feature:
CLIENT TRACKING
support multiple prefixes. - ๐ Feature: support new command:
CLIENT TRACKINGINFO
. - ๐ Feature: support new command:
COPY
. - Feature: support new command:
EVAL_RO
andEVALSHA_RO
. - ๐ Feature: support new command:
EXPIRETIME
. - ๐ Feature: support new command:
FAILOVER
. - ๐ Feature: support new command:
GEOSEARCH
. - ๐ Feature: support new command:
GEOSEARCHRESTORE
. - ๐ Feature: support new command:
GETDEL
. - ๐ Feature: support new command:
GETEX
. - ๐ Feature:
FLUSHDB
andFLUSHALL
supportsSYNC
option. - ๐ Feature:
GEOADD
supportsCH XX NX
options. - ๐ Feature: Timestamp Completers are now support completion for timestamp fields and milliseconds timestamp fields.
- ๐ Deprecate:
GEORADIUS
is deprecated, no auto-complete for this command anymore. - ๐ Deprecate:
GEORADIUSBYMEMBER
is deprecated, no auto-complete for this command anymore.
- ๐ Feature:
-
v1.11.1 Changes
- ๐ Bugfix: Switch
distutils.version
topackaging.version
to fix the version parse for windows. (new dependency: pypi's python-packaging.
- ๐ Bugfix: Switch
-
v1.11 Changes
- โฌ๏ธ Dependency: Upgrade mistune lib to 2.0. (see https://github.com/laixintao/iredis/issues/232)
-
v1.10 Changes
- ๐ Feature: more human readable output for
HELP
command likeACL HELP
andMEMORY HELP
. - ๐ Feature: you can use Ctrl + C to cancel a blocking
command like
BLPOP
. - โ Test: IRedis now tested under ubuntu-latest (before is ubuntu-16.04)
- ๐ Dependency: Support Python 3.10 now, thanks to [tssujt].
- โ Add new command group:
bitmap
. - ๐ Support new command in Redis:
ACL GETUSER
ACL HELP
BLMOVE
CLIENT INFO
- ๐ Feature: more human readable output for
-
v1.9.4 Changes
- ๐ Bugfix: respect newbie_mode set in config, if cli flag is missing. thanks to [sid-maddy]
-
v1.9.3 Changes
- ๐ Bugfix: When IRedis start with
--decode=utf-8
, command with shell pipe will fail. ( #383). Thanks to [hanaasagi].
- ๐ Bugfix: When IRedis start with
-
v1.9.2 Changes
- ๐ Bugfix: before
cluster
commands'node-id
only accept numbers, not it's fixed.node-id
can be\w+
. - ๐ Feature: support set client name for iredis connections via
--client-name
.
- ๐ Bugfix: before
-
v1.9.1 Changes
August 28, 2020- ๐ Feature: support auto-reissue command to another Redis server, when got a "MOVED" error in redis cluster.
-
v1.9 Changes
- ๐ Feature: Support
LPOS
command. - โก๏ธ Doc: Update docs in
HELP
command update to date.
- ๐ Feature: Support
-
v1.8 Changes
- ๐ Feature: Fully support Redis6!
- Support
STRALGO
command. MIGRATE
command now supportAUTH2
.- DISABLE
hello
command, IRedis not support RESP3.
- Support
- ๐ Feature: Fully support Redis6!