Cache usage
The eridu-tech/cache component provides a way for storing key-value pairs with expiration independent of data storage
The eridu-tech/cache component provides a way for storing key-value pairs with expiration independent of data storage
The eridu-tech/circuit-breaker component provides a way for managing circuit-breaker independent of underlying platform or storage.
The eridu-tech/event-bus component provides a way for dispatching and listening to events independent of underlying technology.
The eridu-tech/FileStorage component provides a way for managing files independent of underlying platform or storage.
The eridu-tech/lock component provides a way for managing locks independent of underlying platform or storage.
The eridu-tech/rate-limiter component provides a way for managing rate-limiter independent of underlying platform or storage.
The eridu-tech/semaphore component provides a way for managing semaphores independent of underlying platform or storage.
The eridu-tech/shared-lock component provides a way for managing shared-locks (a.k.a reader writer locks) independent of underlying platform or storage.