Releases: Dev-Siri/gedis
Releases · Dev-Siri/gedis
v2.3.1
v2.3.0
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
v2.2.0
v2.0.0
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.