You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MessagingRedisCache/MessagingType.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
publicenumMessagingType
7
7
{
8
8
/// <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.
0 commit comments