-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redis - v4 using node redis library (#1198)
* redis - v4 - using node-redis library * initial check in starting fresh * adding tests for constructor * adding in set, delete, and get * adding in namespace support * fixing clear on namespace * adding has method * adding in more tests * adding in keyv test-suite * adding in jsDoc * fixing iteration tests * adding in useUnlink * adding in clustering and tls support * adding in createKeyv * adding in Keyv exports * Update index.ts * adding in the table of contents * Update README.md * Update README.md
- Loading branch information
Showing
6 changed files
with
989 additions
and
323 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
Oops, something went wrong.