Skip to content

Releases: bedrock-python/redis-client-kit

redis-client-kit: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:52
7b4c640

0.2.0 (2026-09-07)

Features

  • add an opt-in write probe to the health checks (#32) (aabafd1)

redis-client-kit: v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:04
03839bb

0.1.5 (2026-09-07)

Bug Fixes

  • hand redis.asyncio.Redis the async Retry, not the sync one (#29) (e8ee302)

redis-client-kit: v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Sep 06:51
2a41798

0.1.4 (2026-09-07)

Bug Fixes

  • hand redis-py a zero-retry Retry when retries are disabled (#27) (02d4f55)

redis-client-kit: v0.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Sep 20:52
20048af

0.1.3 (2026-09-06)

Bug Fixes

  • fail startup on an unreachable Redis, and count translated errors as errors (#23) (38187bb)

redis-client-kit: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:27
1dd5b7a

0.1.2 (2026-09-05)

Bug Fixes

  • update publish workflow, release-please version search, gitignore (#5) (9f82f2b)

redis-client-kit: v0.1.1

Choose a tag to compare

0.1.1 (2026-05-13)

Bug Fixes

  • correct Python version requirement to 3.10+