【Redis】Redis 架构原理解析 - Strings 背后的实现数据结构和算法

【Redis】Redis 架构原理解析 - Strings 背后的实现数据结构和算法_第1张图片

Redis

The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. 

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, Bitmaps.

目录

Redis

Redis String 数据结构

你可能感兴趣的:(编程实践,Redis,C,redis,缓存,nosql)