Files

1.3 KiB

0.0.13

  • refactor: extract RedisConnection from RedisClient to prepare for opt-in connection pooling

0.0.12

  • fix: more redis query result type handling fixes

0.0.11

  • fix: handle type errors in redis query results

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.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 🎉