zcache
zcache copied to clipboard
In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications
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...
Resolves #10
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...