Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Check if you can add empty sets/collections to Redis. #7

Description

@PureKrome

From this method make sure that we can add an empty collection/set to REDIS.

sample scenario:

  • REDIS Get key: blah has no value.
  • DB call. No result returned.
  • Result is expected to be a collection of items, so the result is now an Empty Collection (e.g. db.Where()..ToArray();)
  • Now we need to add this empty result to REDIS, so we avoid future db calls.

I think right now, this is erroring if adding an empty collection to REDIS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions