shorebird_redis_client 0.0.10
shorebird_redis_client: ^0.0.10 copied to clipboard
A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.
0.0.10 #
- feat: add support for KEYS
0.0.9 #
- fix: expose RedisTDigest type
0.0.8 #
- feat: add limited support for tdigest data structure
0.0.5 #
- feat: add new commands:
0.0.4 #
- feat: add
ttl
(time to live) onset
APIredis.set(key: 'hello', value: 'world', ttl: Duration(seconds: 10));
0.0.2 #
- feat: add new commands:
- docs: minor improvements to README
0.0.1 #
- feat: initial release 🎉