Quantcast
Channel: Percona Database Performance Blog
Viewing all articles
Browse latest Browse all 1816

Valkey/Redis Sharding Using the Native Clustering Feature

$
0
0
In this blog post, we are going to implement the concept of sharding in a Valkey setup. This is a built-in feature and can be implemented by enabling clustering in the Valkey configuration.Sharding, in general, helps in distributing/scaling application writes over multiple nodes. In a similar fashion, it works in Valkey. Here, it uses the […]

Viewing all articles
Browse latest Browse all 1816