Redis client side partitioning in Ruby
13-Jun-2019 1883
Partitioning (also known as sharding) is the process of taking the dataset that would originally be held in a single Redis server and splitting it over multiple Redis servers. Partitioning allows you to distribute writes/reads over a set of nodes – horizontal scaling.
Redis client side partitioning in Ruby #ruby #rubydeveloper #rubyonrails #Redis #client #partitioning #redis https://rubyonrails.ba/link/redis-client-side-partitioning-in-ruby