Skip to content

Commit

Permalink
Update index name
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 23, 2024
1 parent d6c82b7 commit 9267992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Redis/LcgNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace OpenShock.Common.Redis;

[Document(StorageType = StorageType.Json, IndexName = "lcg-online")]
[Document(StorageType = StorageType.Json, IndexName = "lcg-online-v2")]
public class LcgNode
{
[RedisIdField] [Indexed] public required string Fqdn { get; set; }
Expand Down

0 comments on commit 9267992

Please sign in to comment.