neat_cache 2.0.5
neat_cache: ^2.0.5 copied to clipboard
A neat cache abstraction for wrapping in-memory or redis caches.
2.0.5 #
- Ignore undocumented errors from
Socket.close. - Add additional calls to
Socket.closeafter all streams have consumed.
2.0.4 #
- Reconnect when a redis command fails.
2.0.3 #
- Added
topicstopubspec.yaml.
2.0.2 #
- Fixed lints.
2.0.1 #
- Fixed issue when adding multiple commands without waiting for them to complete first.
2.0.0 #
- Migrated to null-safety, dropping dependency on
package:dartis.
1.0.2 #
- Upgrade
package:dartis.
1.0.1 #
- Avoid unnecessary purging when calling
setwith acreatefunction that returnsnull.
1.0.0 #
- Initial release.