Skip to content

Releases: tair-opensource/alibabacloud-tairjedis-sdk

v3.0.9

24 Apr 06:52
Compare
Choose a tag to compare

New Features

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

v3.0.8

09 Nov 11:41
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features

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

v3.0.5

06 Apr 06:45
Compare
Choose a tag to compare

New Features

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

v3.0.3

05 Jan 08:17
Compare
Choose a tag to compare

New Features

  • TairVector: add tvs.mindexmknnsearch and tvs.mindexknnsearch command

v3.0.2

25 Nov 09:04
Compare
Choose a tag to compare

New Features

  • TairVector support JACCARD method

Fixes

  • Fix GisSearch Pipeline response npe

v3.0.1

03 Nov 01:51
Compare
Choose a tag to compare

New Features

  • Support exhscanunorder command for open source TairHash

v3.0.0

21 Oct 06:47
Compare
Choose a tag to compare

New Features

  • Refactored code to make every API class thread-safe,so we bumped the big version to 3.0, but that didn't bring any incompatibilities.
  • Add 20 new examples under tests/example/*.

v2.4.0

22 Sep 02:12
Compare
Choose a tag to compare

New Features

  • Support TairVector commands.