Skip to content

example: add Redis resilience example using go-redis#63

Merged
cinar merged 5 commits into
cinar:mainfrom
Deepak8858:example/redis-resilience
Apr 25, 2026
Merged

example: add Redis resilience example using go-redis#63
cinar merged 5 commits into
cinar:mainfrom
Deepak8858:example/redis-resilience

Conversation

@Deepak8858
Copy link
Copy Markdown
Contributor

Fixes #61

Adds a new example in examples/redis/ demonstrating how to use Resile with the github.com/redis/go-redis/v9 client.

Includes:

  • Wrapping Redis Get and Set operations.
  • Using resile.Do for type-safe value retrieval.
  • Combining retries and bulkhead policies.
  • A dedicated README.md with setup instructions.

@cinar cinar force-pushed the example/redis-resilience branch from 770a305 to 2f822fb Compare April 25, 2026 22:42
@cinar cinar merged commit 696126c into cinar:main Apr 25, 2026
@cinar
Copy link
Copy Markdown
Owner

cinar commented Apr 25, 2026

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example: Redis Resilience with go-redis

2 participants