v0.0.4
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
cache.Delete(key)
now returns a bool based on whether the key existed or notEXISTS
on the serverDEL
now supports multiple keys rather than just one