Project

General

Profile

Actions

ClientProject #3478

open

[Redis]: Create GET & DELETE APIs for Redis Key Management

Added by Md.Sajib Ahmed 6 months ago. Updated 6 months ago.

Status:
Complete
Priority:
High
Target version:
Start date:
10/16/2025
Due date:
% Done:

100%

Estimated time:
4:00 h
Spent time:

Description

Tasks

  1. Create GET API

    • Endpoint: /api/v1/redis-revalidate

    • Functionality:

      • Fetch and return all Redis keys currently stored.
      • Use proper type safety and error handling.
  2. 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 #1

Updated by Md.Sajib Ahmed 6 months ago

  • Description updated (diff)
  • Status changed from In Progress to Complete
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF