wrappid / service-core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid-service core features and functionalities.
MIT License
6 stars 0 forks source link

revamp in typescript #3

Open techoneel opened 6 months ago

techoneel commented 6 months ago
techoneel commented 6 months ago

@PritamIT2023 want you to checked tasks those had been completed with specific comment with commit, and also add tasks which are not present.

techoneel commented 6 months ago

Add under cache implementation- Cache manager implementation with Redis cache . Cache manager provide set of function to create update or delete cache based on API request.

Use redis cache Make a Cache manager for create, update or delete cache Implementation of Cache manager For update, create cache use cache-aside approach for delete cache key use Write-around approach Cache eviction based on LRU, MRU algorithms

techoneel commented 6 months ago

add all the middleware that is going to be develop or test here eg. JWT Middleware, Request Validation Middleware, API Logging Middleware and FileHandler Middleware

techoneel commented 6 months ago

@PritamIT2023 please do the needful stated as follows:

  1. Please close issue wrappid/service-core#4 after move task which is not present here
  2. also verify which task of the issue is done here and marked them checked
PritamIT2023 commented 6 months ago

@techoneel At this time, we are taking a decision to hold this issue, and we are working on express.js from whatever we have left.