Releases: denodrivers/redis
Releases · denodrivers/redis
v0.19.0
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13.0
v0.12.0
This release includes breaking changes (#132).
Changes
migrate
: addauth
optionobject_idletime
: renamed fromobject_ideltime
object_freq
: addBulkNil
to return typerestore
: addabsttl
,idletime
, andfreq
optionsscan
: addtype
optionssort
: makelimit
option an object and makeorder
optionalincrbyfloat
: return typeBulkString
mset
: add support forRecord
and improve type safetymsetnx
,geoadd
,hmset
, andhset
: dittoset
: addkeepttl
optiongeopos
: return typeBulkString
geo*
: adjust options namesbzop*
: maketimeout
first argument to use rest with keysz*store
: add support forRecord
to add multiple argumentseval
: removenumkeys
argument, get this value fromkeys.length
acl*
andmemory*
: adjust some commands to returnBulkString
instead ofStatus
Addition
zadd_incr
:zadd
withincr
option that only accepts a single member score pair and returnsBulk
replicaof_no_one
: REPLICAOF NO ONEslaveof_no_one
: SLAVEOF NO ONE