- 1、本文档共43页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[工程科技]redis-presentation
Redis 101
A whirlwind tour of the next big
thing in NoSQL data storage
P E T E R C O O P E R
h t t p : / / t w i t t e r . c o m / p e t e r c
h t t p : / / c o d e r . i o /
Whirlwind tour?
No overbearing detail.
A quick whizz-through.
Enough to get you excited
(if Redis is for you.)
Official docs, etc, are an awesome way to
continue.
Redis is... NoSQL
an “advanced key-value
store”
b y
S A L V AT O R E S A N F I L I P P O
( @ a n t i r e z )
NoSQL?
An informal, loosely-defined
term for non-relational,
structured data storage systems
Like MongoDB, memcached, CouchDB, and Redis
See /wiki/Structured_storage for comparisons
memcached
The canonically simple example
a networked “hash in the sky” behind a simple protocol
Keys Values
page:index.html htmlhead[...]
user:123:session xDrSdEwd4dSlZkEkj+
login_count “7464”
user:100:last_login_time “102736485756”
Everything’s a string (or a “blob”)
Commands just set or get data (mostly)
Take memcached’s simplicity,
Add more data types,
Add persistence,
Add more commands,
.. and more™
Redis
Redis Data Types
Strings
Lists
Sets
Sorted/Scored Sets
Hashes
all accessed by a string “key”
您可能关注的文档
- [工程科技]editor’s introduction Adapting Agile Approaches to Your Project Needs.pdf
- [工程科技]EN 1976-796-EEC.pdf
- [工程科技]EI数据库检索.ppt
- [工程科技]EITS2003-用户手册.pdf
- [工程科技]EXCEL 语法手册.pdf
- [工程科技]Excel在不确定度评定中的应用.doc
- [工程科技]EXCEL培训教案.ppt
- [工程科技]ExtJS技术文档整合.doc
- [工程科技]EXCEL2003基础教程.ppt
- [工程科技]Face to Face or Mediated Communication Personality Makes a Difference.pdf
文档评论(0)