-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I am trying to set increment in a sorted list using CommandFlags.FireAndForget
, when i run 10000 sets not all them are setted in redis.
I am using this code:
for (int i = 0; i < 10000; i++)
{
for (int i = 0; i < 24; i++)
{
string keyName = $"LR_moreviewed_{(i == 0 ? 23 : i - 1)}";
db.SortedSetIncrement(keyName, value, 1, CommandFlags.FireAndForget);
}
}
Thanks for the help.
Metadata
Metadata
Assignees
Labels
No labels