DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Databases Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Databases
What happens in Redis when memory limits are reached if the eviction policy is set to `noeviction`?
A
Redis crashes and deletes all stored values
B
Redis automatically requests additional RAM from the OS
C
Redis rejects subsequent write commands, throwing Out of Memory (OOM) errors, while continuing to serve read queries
D
Redis starts writing all new keys to disk files
Check Answer