Redis Certified Developer (RD101) Practice Test
Redis developer certification covering data structures, commands, persistence, pub/sub, streams, transactions, and Redis application development patterns. Administered by Redis. Key domains include Data modeling, Data structures, Debugging and General computer science, database, and Redis knowledge.
Preguntas de Muestra
Prueba algunas preguntas para ver cómo es el examen completo.
57 de 140 respuestas incluyen una referencia verificable.
Which Redis module provides JSON document storage with JSONPath query support?
Which command renames a connection so it appears with a friendly name in CLIENT LIST?
Which command set is most efficient for storing a list of millions of integer IDs as members and then checking membership in O(1)?
Which command tells the server to stop sending replies to this connection, useful for fire-and-forget bulk loads?
Which command triggers a non-blocking AOF rewrite to compact the AOF?