microsoftarchive/redis
21,068
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
支持多种数据结构的持久化内存键值数据库