Skip to content

Releases: s-bose7/memcache

Release 1.1.6

16 Jun 16:31
e60e72e
Compare
Choose a tag to compare
  • Fixed bug during default TTL association (due to which cache elements were automatically expiring without any TTL).
  • Cache benchmark report added.

Release 1.1.4-beta

16 Jun 04:53
Compare
Choose a tag to compare
  • 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

15 Jun 10:09
Compare
Choose a tag to compare
  • A large default TTL will now be associated with each cache entries that do not have a TTL already.

Release 1.1.0-beta

15 Jun 10:00
Compare
Choose a tag to compare
  • 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

12 Jun 11:24
Compare
Choose a tag to compare
Pre-release
  • Updated version 1.0.0