Skip to content

Fire and forget issue #616

@oscarld

Description

@oscarld

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);
	}
}

In the image, redis response.
result

Thanks for the help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions