v1.2.0
What's Changed
- Enforce unique job keys:
DispatchJobnow returns an error when dispatching a job with a key that already exists - Proper support for empty string values in rmap: setting an empty string value then calling
Getnow returns empty string and true. - Update dependencies
- Adds
SetIfNotExiststo replicated maps that sets a value only if it isn't already in the map. - Protect rmap.SetAndWait against corner cases
Full Changelog: v1.1.0...v1.2.0