酒醉的探戈歌词:Documentation – Redis

来源:百度文库 编辑:九乡新闻网 时间:2024/05/05 04:16:18

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, alongwith 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

  • 15 minutes introduction to Redis data types
  • Writing a simple Twitter clone with PHP and Redis
  • Auto complete with Redis

Presentations

  • Salvatore Sanfilippo: Redis cluster overview
  • Pieter Noordhuis: What's new in Redis 2.2

If you would like to include the logo in a presentation, please use thehigh-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.

This website isopen source softwaredeveloped by Citrusbyte.
The Redis logo was designed by Carlos Prioglio.

Sponsored by