Skip to content

Commit 4ba01a6

Browse files
committed
chore: docs
1 parent 60d5a7d commit 4ba01a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessagingRedisCache/MessagingType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public enum MessagingType
77
{
88
/// <summary>
9-
/// Use standard <c>L1L2RedisCache</c> <see href="https://redis.io/topics/pubsub">pub/sub</see> messages for L1 memory cache eviction. The Redis server requires no additional configuration.
9+
/// Use standard <c>MessagingRedisCache</c> <see href="https://redis.io/topics/pubsub">pub/sub</see> messages for L1 memory cache eviction. The Redis server requires no additional configuration.
1010
/// </summary>
1111
Default = 0,
1212

0 commit comments

Comments
 (0)