ledisdb v0.3 Release Notes

Release Date: 2014-08-28 // over 9 years ago
  • ๐ŸŽ LedisDB is a high performance NoSQL, which can be used for many scenarios like message push, statistics, cache, etc. It supplies Redis like API so you can use it easily or even instead of Redis. It also can be embedded in your own Go application.

    โž• Added Feature

    • ๐Ÿ‘Œ Support transaction begin, commit and rollback, using LMDB or BoltDB.
    • ๐Ÿ‘Œ Support Set data structure.
    • โž• Add some API like zunionstore, zinterstore, info, etc.

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fix bitmap meta key encoding error.