Skip to content

v0.0.4

Compare
Choose a tag to compare
@TwiN TwiN released this 05 Jul 06:58
· 230 commits to master since this release

gocache

  • Fixed persistence issues
  • cache.Delete(key) now returns a bool based on whether the key existed or not
  • Minor improvements

gocacheserver

  • Added support for EXISTS on the server
  • DEL now supports multiple keys rather than just one