Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Petty Cache is a Node.js caching module that implements a two-level caching system using in-memory storage for recently accessed data and Redis for distributed caching. It includes features to prevent cache stampedes and thundering herds, along with distributed mutex and semaphore locking primitives for coordinating access to shared resources.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mediocre/petty-cache

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
dominictarr/lock
Account's avatar
ptarjan/node-cache
A simple in-memory cache. put(), get() and del()
Account's avatar
redis/node-redis
A modern, high performance Redis client
Account's avatar
eslint/eslint
ESLint JavaScript language implementation

Support the repos that depend on this repository

Top contributors

freshlogic's profile
freshlogic
11 contributions
AhmadaBa's profile
AhmadaBa
5 contributions
javamatte's profile
javamatte
4 contributions
Harrison-M's profile
Harrison-M
3 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions
mattschuette's profile
mattschuette
2 contributions
ccrutcher's profile
ccrutcher
1 contributions
lang-eric's profile
lang-eric
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mediocre

mediocre/petty-cache

A cache module for Node.js that uses a two-level cache (in-memory cache for recently accessed data plus Redis for distributed caching) with some extra features to avoid cache stampedes and thundering herds. Also includes mutex and semaphore distributed locking primitives.

JavaScript
25
6
MIT License