Home » 
        MCQs » 
        Redis MCQs
    
        
    In which type of partitioning, specific Redis instances are mapped to ranges of objects?
    
    
    
	51. In which type of partitioning, specific Redis instances are mapped to ranges of objects?
    
      - Range Partitioning
- Hash Partitioning
Answer: A) Range Partitioning
    Explanation:
    In Range Partitioning, specific Redis instances are mapped to ranges of objects.