Skip to content

Releases: Dev-Siri/gedis

v2.3.1

16 Jul 16:11
Compare
Choose a tag to compare

Core Changes

  • Optimized and faster builds (yes I was wrong)
  • Address race conditions that occurred before with the server runtime.

v2.3.0

20 Jun 20:46
Compare
Choose a tag to compare

Core Changes

  • Now uses fasthttp & fasttemplate instead of net/http & html/template to improve memory usage & runtime performance.
  • Memory usage of the db's code decreased from 4.8MiB --> 1.8MiB

Misc Changes

  • The build.sh command now also creates logs (but seriously they are huge, with an average log size being around 250MB)

v2.2.1

19 Jun 17:01
Compare
Choose a tag to compare

Changes:

  • Build command now generates larger yet faster binaries.
  • Changed fmt.Sprintf to string concatenation to n improved performance

v2.2.0

12 Jun 11:37
Compare
Choose a tag to compare

Features

  • Add username-sessionId-password authentication
  • Include an embedded Web UI that includes /admin & /admin/login routes
  • Add AUTH commands with sub actions login & session

v2.0.0

08 Jun 16:15
Compare
Choose a tag to compare

Yep, reached 2.0.0 already

Features

  • Now it is possible to add a TTL (Time-To-Live) with the --ttl=<n> flag for a value so it can be stored temporarily in memory then deleted once expired. This means there needed to be a change in how data is stored. This makes the 2.0.0 release with time-to-leave NOT backwards compatible with previous version's cache nor backups.
  • INCREMENT & DECREMENT are now possible actions that can be done on integer values.
  • Add DELETE * which deletes all values from cache & memory.

v1.0.0

06 Jun 15:35
Compare
Choose a tag to compare

First stable release.