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
add a new package similar to storage-adapter-redis
implement Storage with native driver(refer below PR)
add tests
ref: #16
no need to provide enum based instantiation in shared repo, to reduce the bundle size, users will install the package and provide storageAdapter directly.
The text was updated successfully, but these errors were encountered:
to provide more flexibility in storage options, need to add postgreSQL as a storage adapter.
it should implement the
Storage
interfacenode-idempotency/packages/storage/src/types.ts
Lines 1 to 11 in 21d260a
steps:
storage-adapter-redis
ref: #16
no need to provide enum based instantiation in
shared
repo, to reduce the bundle size, users will install the package and providestorageAdapter
directly.The text was updated successfully, but these errors were encountered: