Files
shorebird/packages/redis_client/CHANGELOG.md
T
2023-09-20 17:04:57 -05:00

443 B

0.0.4

  • feat: add ttl (time to live) on set API
    redis.set(key: 'hello', value: 'world', ttl: Duration(seconds: 10));
    

0.0.3

0.0.2

0.0.1

  • feat: initial release 🎉