Stars
深度学习入门教程, 优秀文章, Deep Learning Tutorial
该仓库尝试整理推荐系统领域的一些经典算法模型
Distributed transactional key-value database, originally created to complement TiDB
A library that provides an embeddable, persistent key-value store for fast storage.
Checks the data consistency between redis servers
jokea / redis
Forked from redis/redisRedis 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
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, Streams, HyperLogLogs,…