neat_cache 2.0.4 neat_cache: ^2.0.4 copied to clipboard
A neat cache abstraction for wrapping in-memory or redis caches.
v2.0.4 #
- Reconnect when a redis command fails.
v2.0.3 #
- Added
topics
topubspec.yaml
.
v2.0.2 #
- Fixed lints.
v2.0.1 #
- Fixed issue when adding multiple commands without waiting for them to complete first.
v2.0.0 #
- Migrated to null-safety, dropping dependency on
package:dartis
.
v1.0.2 #
- Upgrade
package:dartis
.
v1.0.1 #
- Avoid unnecessary purging when calling
set
with acreate
function that returnsnull
.
v1.0.0 #
- Initial release.