Actions
ClientProject #3478
open[Redis]: Create GET & DELETE APIs for Redis Key Management
Description
Tasks¶
-
Create GET API
-
Endpoint:
/api/v1/redis-revalidate -
Functionality:
- Fetch and return all Redis keys currently stored.
- Use proper type safety and error handling.
-
-
Create DELETE API
-
Endpoint:
/api/v1/redis-revalidate -
Functionality:
- Accept a key in the request body.
- Delete all matching Redis values for that key.
- Return confirmation message after successful deletion.
-
Expected Outcome¶
- Redis key management APIs available for debugging and maintenance.
- Clean and type-safe implementation.
- Secure handling to prevent accidental mass deletion.
Actions