We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c82b7 commit 9267992Copy full SHA for 9267992
Common/Redis/LcgNode.cs
@@ -2,7 +2,7 @@
2
3
namespace OpenShock.Common.Redis;
4
5
-[Document(StorageType = StorageType.Json, IndexName = "lcg-online")]
+[Document(StorageType = StorageType.Json, IndexName = "lcg-online-v2")]
6
public class LcgNode
7
{
8
[RedisIdField] [Indexed] public required string Fqdn { get; set; }
0 commit comments