ledisdb v0.6 Release Notes

Release Date: 2017-11-28 // over 6 years ago
  • There are lots of changes since v0.5, Thanks again for all of you.


Previous changes from v0.5

  • ๐Ÿš€ It takes a long time to release this version 0.5, with lots of changes and work for cluster.

    Cluster

    ๐Ÿ— You can use xcodis + redis-failover + LedisDB to build up a distributed high availability key-value store, see here.

    โž• Added Feature

    • ๐Ÿ‘Œ Support large db index, you can change the databases configuration.
    • โž• Add xlsort, xssort and xzsort command.
    • โž• Add xscan, xhscan, xsscan and xzscan command.
    • โž• Add append, bitcount, bitpos, bitop, getbit, getrange, setbit, setrange, strlen commands in KV type,
    • โž• Add xdump and restore command.
    • ๐Ÿ‘Œ Support XSELECT db THEN command to let select db and do command at same time.

    โœ‚ Removed Feature

    • Transaction, it's not used and I haven't heard any other people use it too. At the same time, this feature causes code ugly and not maintainable.
    • โœ‚ Remove bitmap data structure, supply bit operations in KV type.
    • โœ‚ Remove some unnecessary scan commands.