Skip to content

v0.12.0

Compare
Choose a tag to compare
@uki00a uki00a released this 13 Aug 22:47
· 251 commits to master since this release
a194441

This release includes breaking changes (#132).

Changes

  • migrate: add auth option
  • object_idletime: renamed from object_ideltime
  • object_freq: add BulkNil to return type
  • restore: add absttl, idletime, and freq options
  • scan: add type options
  • sort: make limit option an object and make order optional
  • incrbyfloat: return type BulkString
  • mset: add support for Record and improve type safety
  • msetnx, geoadd, hmset, and hset: ditto
  • set: add keepttl option
  • geopos: return type BulkString
  • geo* : adjust options names
  • bzop*: make timeout first argument to use rest with keys
  • z*store: add support for Record to add multiple arguments
  • eval: remove numkeys argument, get this value from keys.length
  • acl* and memory*: adjust some commands to return BulkString instead of Status

Addition

  • zadd_incr: zadd with incr option that only accepts a single member score pair and returns Bulk
  • replicaof_no_one: REPLICAOF NO ONE
  • slaveof_no_one: SLAVEOF NO ONE