Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.7 KB

documentation.md

File metadata and controls

47 lines (37 loc) · 1.7 KB

Documentation

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.
  • Memory optimization: understand how Redis uses RAM and learn some tricks to use less of it.
  • 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

Books

@tnm, @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.