599 B
599 B
Redis Sharding
Table of contents
General Description
Redis' synchronous nature combined with large, hulking datasets that need to be scanned repeatedly and often make for poor scalability. Let's mitigate those bottlenecks by splitting up the data Redis has to scan across databases, and entire threads of execution across instances.
Issues
rb
package has aredis
requirement < 3.5