Releases: s-bose7/memcache
Releases · s-bose7/memcache
Release 1.1.6
Release 1.1.4-beta
- Fixed atomic test cases, that were failing time to time.
- A default value will get return when the key not exist in the cache, instead of -1.
- Implementation of client API
size
, returns the current size of the cache.
Release 1.1.1-beta
- A large default TTL will now be associated with each cache entries that do not have a TTL already.
Release 1.1.0-beta
- All cache operations are now atomic.
- Multiple threads can access and modify the cache, threads are synchronised and cache is thread-safe.
- New test cases added to verify atomic operations and thread-safe nature of memcache.
Initial pre-release
- Updated version 1.0.0