In which type of partitioning, data is stored in different Redis instances using hashed keys to convert them into numbers?

🎲 Try a Random Question  |  Total Questions in Quiz: 64  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Redis Practice Test (NoSQL) — practice the complete quiz, review flashcards, or try a random question.

Redis (Remote Dictionary Server) is an open-source, in-memory key-value database, cache, and message broker. It's used for caching web pages, building data infrastructure for real-time applications, and more.  Redis stores data in memory, which delivers speed, reliability, and performance.  Note: Remote Dictionary Server (Redis) and MongoDB are two NoSQL databases that store data in an unstructured format. NoSQL databases store data differently than relational databases, which use tables, rows, and columns.  It supports multiple data types and structures, including: Unique and unsorted... Show more

In which type of partitioning, data is stored in different Redis instances using hashed keys to convert them into numbers?