Claudb Versions Save

ClauDB is a REDIS implementation in Java

2.3

6 months ago

What's Changed

Full Changelog: https://github.com/tonivade/claudb/compare/2.2...2.3

2.2

8 months ago

includes new resp-server version 0.23.0 without netty transitive dependencies

2.1.1

8 months ago

Fixes a regression bug in lists

#158

1.5.2

4 years ago

Added two new commands, HMSET and HMGET.

Thanks to @adam-hampton-sp for the patch.

1.5.0

5 years ago

This release includes some important updates of some dependencies:

  • Netty 4.1.31.Final
  • RxJava 2.2.3
  • Purefun 0.7.0

Also fixes an issue in persistence restoration:

  • #30 Restart claudb with persistence enabled, overwrite old persistence

Thanks to @advancedlogic for the bug report

1.4.2

5 years ago

This release is only a bugfix release. Includes this issue:

  • #29 fixes a compatibility issue in sha hashes codification, redis (and almost everyone) uses lowercase and claudb uses uppercase

Thanks again to @mionker for the bug report :+1:

1.4.1

5 years ago

This release is only a bugfix release. Includes this issues:

  • #27 In EVALSHA command, when the script doesn't exist, the expected error response should be NOSCRIPT
  • #28 SADD command should accept a multiple list of members

Thanks to @mionker and @advancedlogic for their bug reports 👍

1.1.0

6 years ago

1.0.0

6 years ago

0.13.0

6 years ago