Skip to content

Releases: tair-opensource/alibabacloud-tairjedis-sdk

v5.3.1

24 Jun 08:37

Choose a tag to compare

New Features

  • Support json array in SearchHit by @lyq2333 in #32
  • TairDoc: Support JSON.MERGE command.

v3.0.11

24 Jun 08:33

Choose a tag to compare

New Features

  • TairDoc: support JSON.MERGE command

v3.0.10

06 Jun 09:09

Choose a tag to compare

v5.3.0

11 Mar 06:12

Choose a tag to compare

What's Changed

  • Feature: change Jedis to Valkey-java
  • Upgrade to Valkey-java 5.x will bring some break changes, see 3to5.md and 3to5-CN.md

v5.2.0

16 Jan 06:39

Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v5.2.0

v3.0.9

24 Apr 06:52

Choose a tag to compare

New Features

  • TairVector: support tvs.knnsearchfield and tvs.mindexknnsearchfield command.

v3.0.8

09 Nov 11:41

Choose a tag to compare

New Features

  • TairSearch: support tft.explainscore command.
  • TairVector: tvs.del support del multi keys.

Bug Fixes

  • TairGis: gis.search fix indexOutOfBoundsException.

v3.0.7

03 Aug 11:30

Choose a tag to compare

New Features

  • TairVector: add tvs.getdistance command.
  • TairVector: add tvs.hincrby and tvs.hinrcbyfloat commands.
  • TairVector: add tvs.hexpire etc commands.
  • TairVector: add cosine distance & support filtered scan.
  • TairSearch: add tft.explainconst command.

v3.0.6

12 Apr 08:37

Choose a tag to compare

New Features

  • TairString: exset and exincr[byfloat] command support keepttl flag.

v3.0.5

06 Apr 06:45

Choose a tag to compare

New Features

  • TairSearch: support query builder, tft.msearch, tft.analyzer commands