Skip to content

Regular null reference exceptions #35

@BogdanovKirill

Description

@BogdanovKirill

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:

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