分享

Documentation – Redis

 十年的十年 2011-06-21

Documentation

Note: the Redis documentation is also available in raw (programming friendly) format in the redis-doc github repository.

Command reference

See the full list of commands implemented by Redis, along with thorough documentation for each of them.

Topics

  • Replication: what you need to know in order to set up master-slave replication.
  • Persistence: know your options when configuring Redis' durability.
  • Virtual memory: when your dataset doesn't fit in RAM, you can use VM.
  • Pipelining: learn how to send multiple commands at once, saving on round trip time.
  • Redis Pub/Sub: Redis is a fast and stable Publish/Subscribe messaging system! Check it out.
  • Memory optimization: understand how Redis uses RAM and learn some tricks to use less of it.
  • Redis Administration: selected administration topics.
  • Benchmarks: see how fast Redis is in different platforms.
  • FAQ: some common questions about Redis.
  • Protocol specification: if you're implementing a client, or out of curiosity, learn how to communicate with Redis at a low level.
  • Internals: learn details about how Redis is implemented under the hood.
  • Who's using it?

Tutorials

Presentations

If you would like to include the logo in a presentation, please use the high-res version.

Books

@pnoordhuis and @antirez are writing a Redis book for O'Reilly that will be available in a few months.

Sponsors

All the work Salvatore Sanfilippo and Pieter Noordhuis do in order to develop Redis is sponsored by VMware. In the past Redis accepted donations from other companies that are listed in the Sponsors page.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多