Skip to content

Releases: dengliming/redis-modules-java

2.0.3

14 Nov 17:17
Compare
Choose a tag to compare

Changes

Bug Fixes

Features

  • Add support for TDIGEST.RANK/TDIGEST.REVRANK/TDIGEST.BYRANK/TDIGEST.B…
    …YREVRANK/TDIGEST.TRIMMED_MEAN commands 3604ed8

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming, @lgtm-com and @lgtm-com[bot]

2.0.2

05 Oct 14:30
Compare
Choose a tag to compare

Changes

Bug Fixes

Contributors

We'd like to thank all the contributors who worked on this release!

@RainGoal and @dengliming

2.0.1

02 Aug 05:38
Compare
Choose a tag to compare

Changes

  • Check License Header #52
  • Add support for redisgraph commands. #51
  • Simplify CI configuration with Redismod Docker #50
  • Bump gson from 2.8.0 to 2.8.9 in /redisjson #47

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming, @dependabot and @dependabot[bot]

2.0.0

19 Apr 13:08
Compare
Choose a tag to compare

Changes

Bug Fixes

  • multBy method use the multByAsync #46

Contributors

We'd like to thank all the contributors who worked on this release!

@GMHe and @dengliming

1.0.5

30 Jan 15:39
Compare
Choose a tag to compare

Changes

  • Update README.md #42
  • Add pipelining examples for redisjson #39

Features

  • Add support for RediSearch 2.2 ON JSON #44
  • Add support some commands for redisgears #41
  • Add support pipelining for redisjson #38
  • Add support for JSON.OBJKEYS JSON.OBJLEN command #36

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming

1.0.4

30 Dec 14:58
Compare
Choose a tag to compare

Changes

  • Upgrade redisson api version #33

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming

1.0.3

22 Dec 12:53
Compare
Choose a tag to compare

Changes

Features

  • GroupBy support #31
  • Aggregation bucket align (for RedisTimeSeries >= 1.6.0) #30

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming and @xdev-developer

1.0.2

06 Dec 14:47
Compare
Choose a tag to compare

Changes

Features

  • Update RedisTimeSeries.java #22

Bug Fixes

  • TS.MRANGE IndexOutOfBoundsException problem fix #29

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming, @pariskeras and @xdev-developer

1.0.1

03 May 06:29
Compare
Choose a tag to compare

Changes

  • Support to FT.CREATE PREFIX Parameter #17
  • Add support AI.TENSORGET
  • Add support for AI.MODELGET
  • Add support for AI.SCRIPTGET
  • Add checkstyle.xml and reformat code
  • Add support for FT._LIST
  • Add support for T-Digest data structure
  • Init redisgears module
  • Init redisjson module

Bug Fixes

  • Scores support #18
  • Fix typo

Contributors

We'd like to thank all the contributors who worked on this release!

@dengliming and @regisoliveira

1.0.0

16 Apr 00:36
Compare
Choose a tag to compare

Features

  • Add Support RedisBloom
  • Add Support RediSearch
  • Add Support RedisTimeSeries
  • Add Support RedisAI

Enhancements

Bugs