1 / 19
文档名称:

Redis深入浅出.pdf

格式:pdf   大小:384KB   页数:19页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Redis深入浅出.pdf

上传人:学习的一点 2022/1/3 文件大小:384 KB

下载得到文件列表

Redis深入浅出.pdf

文档介绍

文档介绍:: .
redis深入浅出 : .
Agenda
 Feature&Architecture
 Admin&capcity forecast
 Replication
 Presistence
 Table design : .
Feature
redis memcached
data structure string|list|hash|set|zset string
thread model third(main thread, two many
auxiliary thread)
rd
demultiplexer libevent(3 library)
persistence yes no
replication yes no
design weak no : .
String
 Set hello world
 Set hello 1234567