Skip to content

1.3.0

Choose a tag to compare

@tidwall tidwall released this 03 Oct 02:11
· 37 commits to main since this release
51b3c84

Pogocache

Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency.

Build Instructions | Full Changelog

  • 84511ac: Add the 'SCAN' command
  • a667670: Add 'Arch' info line to startup message, includes extra system details
  • 78ed8bb: Add the memcache 'version' command. Works with RESP too
  • 93f157c: Better CPU yielding for spinlock
  • 4373aad: Add event 'notify' callback to pogocache.c library
  • 358cc55: Link pthread explicitly
  • 8ff88ce: Use signal safe atomic for program termination
  • b183b16: Support purge for mimalloc
  • 20ec768: Fix IPPROTO_TCP for TCP_NODELAY not being correctly applied
  • f9378f3: Use poll method for autosweeping
  • ffacf47: Change internal struct layout for key/value entry. Add reference counting
  • da9c756: Stop deferring the FLUSH command
  • 51b3c84: Better container support. Use alpine for docker images