Files
shorebird/packages/redis_client/CHANGELOG.md
T
2025-04-02 16:46:31 -05:00

935 B

0.0.7

0.0.6

  • feat: add new commands:

0.0.5

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 🎉