资 源 简 介
Set-oriented database available to perform all basic set
operations. Written in pure C. Currently works only with Windows but can be easily ported to *nix (a few WinApi functions are used).
Project is inspired by redis key-value db and uses some parts of it (dict, sds, adlist).