ledisdb v0.4 Release Notes

Release Date: 2014-11-23 // over 9 years ago
  • This version is gone on way for a long time but has lots of changes and optimizations. Hope you can enjoy it.

    Caveat

    • โฌ†๏ธ You must run ledis-upgrade-ttl to upgrade db data, I fixed a serious bug for TTL which may cause CPU 100%.
    • ๐ŸŽ Replication is refactored for performance, old binlog data will not be used, you may start a new full replication.

    โž• Added feature

    • ๐Ÿ— Godep support. if godep is installed, bootstrap and make use will godep to build LedisDB.
    • ๐ŸŽ Strong Consensus replication support, it may hit performance and degrade to async replication in some conditions.
    • ๐Ÿ”ง Many RocksDB configurations support, you can tune LedisDB + RocksDB by yourself.
    • ๐Ÿ‘ Lua Support, like Redis lua using but with a little limitation.
    • ๐Ÿ‘ BLPOP, BRPOP, SETEX, CONFIG REWRITE support.