Skip to content

Commit 592e1a5

Browse files
committed
doc: correct casing for "Redis-compatible" in CachePersistenceLayer recommendations
1 parent 398b39c commit 592e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ When using DynamoDB as a persistence layer, you can alter the attribute names by
630630

631631
The `CachePersistenceLayer` enables you to use Valkey, Redis OSS, or any Redis-compatible cache as the persistence layer for idempotency state. You need to provide your own cache client.
632632

633-
We recommend using [valkey-glide](https://valkey.io/valkey-glide/#__tabbed_2_2){target="_blank"} for Valkey or [redis-client](https://www.npmjs.com/package/@redis/client){target="_blank"} for Redis. However, any redis compatible client can be used.
633+
We recommend using [valkey-glide](https://valkey.io/valkey-glide/#__tabbed_2_2){target="_blank"} for Valkey or [redis-client](https://www.npmjs.com/package/@redis/client){target="_blank"} for Redis. However, any Redis-compatible client can be used.
634634

635635
???+ info
636636
Make sure your cache client is configured and connected before using it with `CachePersistenceLayer`.

0 commit comments

Comments
 (0)