wrappid / service-core

This package is a part of wrappid framework for wrappid-service projects. This package is made to be used by wrappid/wrappid-service projects initialised by wrappid/toolkit.
MIT License
8 stars 0 forks source link

revamp in typescript #3

Open techoneel opened 11 months ago

techoneel commented 11 months ago
techoneel commented 11 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 11 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 11 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 11 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 10 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.