-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prefer ienumerable over dictionary + other style issues (#91)
* Broaden `IDictionary` to `IEnumerable<KeyValuePair>`. This commit broadens the use of `IDictionary` in `SetMulti` in the API. `IDictionary` is overly narrow. While here, we also removed the implementation of CacheSet*Response. These were problematic (see previous PR). * DRY data client.
- Loading branch information
Showing
9 changed files
with
86 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.