Skip to content

Releases: tidwall/pogocache

1.3.0

03 Oct 02:11
51b3c84

Choose a tag to compare

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

1.2.0

10 Sep 03:45

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Starting with 1.2.0, mimalloc will be compiled into Pogocache as the default allocator. Mimalloc provides excellent multithreaded & single-threaded performance. Optionally, jemalloc or the stock allocator may be chosen at startup using the --allocator=jemalloc or --allocator=stock flags.


The binary releases below are for Linux, compiled with musl or glibc.

  • musl: aarch64 and amd64
  • glibc: arm64 and x86_64

1.1.0

29 Aug 16:18

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Added

  • 310b620: Add automatic background sweeps of expired keys

1.0.3

07 Aug 22:56

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Fixed

  • 57c6863: Return flags with MGETS
  • ac02109: Make append a noop when length is zero

Added

  • 083afb9: Add make target 'test' and fix missing defer
  • dca0524: Add Webassemby make target, for interactive pogocache.com docs

1.0.2

25 Jul 20:48

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Hotfix

1.0.1

24 Jul 17:01

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Hotfix

1.0.0

23 Jul 11:54
0e64611

Choose a tag to compare

Pogocache

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

Build Instructions | Full Changelog

Updates

  • First release 🚀