Skip to content

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

Open
Deepak8858 wants to merge 1 commit intocinar:mainfrom
Deepak8858:example/redis-resilience
Open

example: add Redis resilience example using go-redis#63
Deepak8858 wants to merge 1 commit intocinar:mainfrom
Deepak8858:example/redis-resilience

Conversation

@Deepak8858
Copy link
Copy Markdown

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.

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

1 participant