mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 15:26:53 +05:00
feat(ipuaro): implement Redis storage module (v0.2.0)
- Add RedisClient with connection management and AOF config - Add RedisStorage implementing full IStorage interface - Add Redis key schema for project and session data - Add generateProjectName() utility - Add 68 unit tests for Redis module (159 total) - Update ESLint: no-unnecessary-type-parameters as warn
This commit is contained in:
2
packages/ipuaro/src/infrastructure/index.ts
Normal file
2
packages/ipuaro/src/infrastructure/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Infrastructure layer exports
|
||||
export * from "./storage/index.js"
|
||||
Reference in New Issue
Block a user