-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Redis Storage and add JSON support (#78)
PR introduces a new `BaseStorage` class, subclassed by `HashStorage` and `JsonStorage`, to handle the underlying data structures (as well as I/O) for Redis. Includes: - New storage classes and type enums - New `key_separator` param for better use-customizability when constructing redis keys - Updated documentation and new user guide - Updated docstrings and examples --------- Co-authored-by: Sam Partee <sam.partee@redis.com>
- Loading branch information
1 parent
2f23e10
commit 6a2809b
Showing
35 changed files
with
1,999 additions
and
561 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
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.