zcache icon indicating copy to clipboard operation
zcache copied to clipboard

In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications

Results 4 zcache issues
Sort by recently updated
recently updated
newest added

A "keyset" is a set of keys for a cache, similar to how a slice is a "view" on an array. This allows reasonably convenient and efficient operations on multiple...

To fully solve our TOTP validation rate limiting use case in OpenBao (as initially referenced by @cipherboy in https://github.com/arp242/zcache/issues/6#issue-3294824006), we'd need to specify a custom expiration time in `ModifySet`. I...