Install golang-github-siddontang-ledisdb-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-siddontang-ledisdb-dev
Description:
High-performance NoSQL database written in Go
Ledisdb is a high-performance NoSQL database, similar to Redis, written in Go. It supports many data structures including kv, list, hash, zset, set. It supports multiple different databases as backends. . Features - Rich data structure: KV, List, Hash, ZSet, Set. - Data storage is not limited by RAM. - Various backends supported: LevelDB, goleveldb, RocksDB, RAM. - Supports Lua scripting. - Supports expiration and TTL. - Can be managed via redis-cli. - Easy to embed in your own Go application. - HTTP API support, JSON/BSON/msgpack output. - Replication to guarantee data safety. - Supplies tools to load, dump, and repair database. - Supports cluster, use xcodis - Authentication (though, not via http)
Homepage: https://github.com/siddontang/ledisdb
Version: 0.5+git20170821.86.57a07ed-3
Section: universe/devel