Overview of My Submission
I created an NPM package named as create-redis-key
A Redis key creation utility.
Create Redis Key Templates
, which include parameters, using a nested config object & use your Redis Key Template
strings to create Redis Keys.
I published an introduction post for the package on DEV.to!
Explained my motivation for developing such package on the motivation section of my introduction post for the package.
The code released under MIT licence on GitHub.
Submission Category:
Wacky Wildcards
[Optional: Video Explainer of My Project]
None.
Language Used
Typescript & NodeJS
Link to Code
See create-redis-key
on GitHub.
alper-guven / create-redis-key
Redis key creation utility
Create Redis Key
A Redis key creation utility.
Create Redis Key Templates
, which include parameters, using a nested config object & use your Redis Key Template
strings to create Redis Keys.
This package heavily uses Template Literal Types which is available since TypeScript 4.1 so you need at least this version of Typescript for this package to properly work.
Examples
Check How to Use section to see explanations of usage options on examples.
Sections
Installation
Install create-redis-key with npm
npm install create-redis-key
Type definitions? Included!
How It Works
Eventual purpose of this library is to create a Redis Key
(which is basically a string) using a template which we call in this library a Redis Key Template
.
There is…
See create-redis-key on NPM.
Additional Resources / Info
My package is well documented & tested. Ready for production use.
Collaborators
- Check out Redis OM, client libraries for working with Redis as a multi-model database.
- Use RedisInsight to visualize your data in Redis.
- Sign up for a free Redis database.
Top comments (0)