Skip to content

Commit

Permalink
change redis doc keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 14, 2023
1 parent e7c908b commit bfcd173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace DragonFruit.OnionFruit.Web.Worker.Database;

[Document(Prefixes = new[] {"yuna:onionfruit-nodes"}, IndexName = "yuna:onionfruit-nodes-idx", StorageType = StorageType.Json)]
[Document(Prefixes = new[] {"onionfruit-web:nodes"}, IndexName = "onionfruit-web:node-idx", StorageType = StorageType.Json)]
public class OnionFruitNodeInfo
{
[Indexed]
Expand Down

0 comments on commit bfcd173

Please sign in to comment.