Releases: tair-opensource/alibabacloud-tairjedis-sdk
Releases · tair-opensource/alibabacloud-tairjedis-sdk
v5.3.1
v3.0.11
New Features
- TairDoc: support JSON.MERGE command
v3.0.10
New Features
v5.3.0
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
What's Changed
- Feature adapt jedis 5.x by @yangbodong22011 in #31
- Upgrade to Jedis 5.x will bring some break changes, see 3to5.md and 3to5-CN.md
Full Changelog: v3.0.5...v5.2.0
v3.0.9
New Features
- TairVector: support
tvs.knnsearchfieldandtvs.mindexknnsearchfieldcommand.
v3.0.8
New Features
- TairSearch: support
tft.explainscorecommand. - TairVector:
tvs.delsupport del multi keys.
Bug Fixes
- TairGis: gis.search fix indexOutOfBoundsException.
v3.0.7
New Features
- TairVector: add
tvs.getdistancecommand. - TairVector: add
tvs.hincrbyandtvs.hinrcbyfloatcommands. - TairVector: add
tvs.hexpireetc commands. - TairVector: add cosine distance & support filtered scan.
- TairSearch: add
tft.explainconstcommand.
v3.0.6
New Features
- TairString: exset and exincr[byfloat] command support
keepttlflag.
v3.0.5
New Features
- TairSearch: support query builder, tft.msearch, tft.analyzer commands