Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: avoid MGET call when no keys are specified (TykTechnologies#…
…2156) Fixes TykTechnologies#2155 `GetKeysAndValuesWithFilter` lists keys and runs `MGET`(https://redis.io/commands/mget) using these keys. This patch avoids the `MGET` call when the list is empty. This method is only called by the `oauth_manager.go` code.
- Loading branch information