This chapter covers
As your use of Redis grows, there may come a time when you’re no longer able to
fit all of your data into a single Redis server, or when you need to perform more
reads and/or writes than Redis can sustain. When this happens, you have a few
options to help you scale Redis to your needs.
In this chapter, we’ll cover techniques to help you to scale your read queries,
write queries, total memory available, and techniques for scaling a selection of
more complicated queries.
Our first task is addressing those problems where we can store all of the data we
need, and we can handle writes without issue, but where we need to perform more
read queries in a second than a single Redis server can handle.
By continuing to use this site, you consent to our updated privacy agreement. You can change your cookie settings at any time but parts of our site will not function correctly without them.