Skip to content

Instantly share code, notes, and snippets.

View hrishi18pathak's full-sized avatar

Hrishikesh Pathak hrishi18pathak

View GitHub Profile

REDIS CLUSTER ERRORS

INTRODUCTION:

Redis cluster provides automatic sharding of data where every key is conceptually a part of something called a hash slot. There are 16384 hashslots in Redis Cluster, and these hashslots are distributed across all shards of a cluster and every shard is responsible for serving queries for a subset of these 16384 hashslots. For details of the Redis cluster refer this tutorial