You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[@hokify/node-ts-cache](./ts-cache)|| Core caching module with decorators, strategies, and built-in storages |
48
48
49
49
### Storage Adapters
50
50
51
-
| Package | Version | Description |
52
-
|---------|---------|-------------|
53
-
|[@hokify/node-ts-cache-redis-storage](./storages/redis)|| Redis storage using `redis` package (v3.x) |
54
-
|[@hokify/node-ts-cache-redisio-storage](./storages/redisio)|| Redis storage using `ioredis` with compression support |
55
-
|[@hokify/node-ts-cache-node-cache-storage](./storages/node-cache)|| In-memory cache using `node-cache`|
56
-
|[@hokify/node-ts-cache-lru-storage](./storages/lru)|| LRU cache with automatic eviction |
|[@hokify/node-ts-cache-redis-storage](./storages/redis)|| Redis storage using `redis` package (v3.x)|
54
+
|[@hokify/node-ts-cache-redisio-storage](./storages/redisio)|| Redis storage using `ioredis` with compression support |
55
+
|[@hokify/node-ts-cache-node-cache-storage](./storages/node-cache)|| In-memory cache using `node-cache`|
56
+
|[@hokify/node-ts-cache-lru-storage](./storages/lru)|| LRU cache with automatic eviction|
0 commit comments