Skip to content

Release 1.1.0-beta

Compare
Choose a tag to compare
@s-bose7 s-bose7 released this 15 Jun 10:00
· 30 commits to main since this release
  • 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.