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 as described here. You can change your cookie settings at any time as described here but parts of our site will not function correctly without them.
ContinueTRY REDIS ENTERPRISE CLOUD FREE
Redis Enterprise Cloud provides complete automation of day-to-day database operations. Start now with 30MB of free storage.
© 2021 Redis Labs. Redis and the cube logo are registered trademarks of Redis Labs Ltd.