We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems you should inspect all methods that you call at StackExchange.Redis. For example:
RedisValue[] values = await _db.SortedSetRangeByValueAsync(RemindersRedisKey, from, to); if (values.Length == 0)
Wrapper could return null and you will get NRE. That's very bad.
Check here:
Orleans.Redis/src/Orleans.Reminders.Redis/RedisReminderTable.cs
Line 63 in ecc5cfa
The text was updated successfully, but these errors were encountered:
Any news? Should I make pull request for you?
Sorry, something went wrong.
No branches or pull requests
It seems you should inspect all methods that you call at StackExchange.Redis. For example:
Wrapper could return null and you will get NRE. That's very bad.
Check here:
Orleans.Redis/src/Orleans.Reminders.Redis/RedisReminderTable.cs
Line 63 in ecc5cfa
The text was updated successfully, but these errors were encountered: