issues
search
nmezhenskyi
/
rcs
Remote Caching Server is a versatile key-value data store accessible through Native, gRPC, and HTTP APIs.
MIT License
13
stars
0
forks
source link
Simple Cache cleanup
#11
Closed
nmezhenskyi
closed
1 year ago
nmezhenskyi
commented
1 year ago
Features
Add NewCacheMapWithCleanup(interval) that creates a CacheMap with cleanup routine.
Add CacheMap.SetEx() method that stores an item with expiry time.
Improvements
Tests
Build
Update Go version to 1.19
Update direct and transitive dependencies
Makefile improvements
Features
Improvements
Build