nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
How to download and setup nutsdb
Open terminal and run command
git clone https://github.com/nutsdb/nutsdb.git
git clone is used to create a copy or clone of nutsdb repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with nutsdb https://github.com/nutsdb/nutsdb/archive/master.zip
Or simply clone nutsdb with SSH
[email protected]:nutsdb/nutsdb.git