Overview of My Submission
I created an NPM bundle named as create-redis-key
A Redis key creation utility.
Create Redis Key Templates
, which embody parameters, utilizing a nested config object & use your Redis Key Template
strings to create Redis Keys.
I revealed an introduction submit for the bundle on DEV.to!
Defined my motivation for creating such bundle on the motivation part of my introduction submit for the bundle.
The code launched below MIT licence on GitHub.
Submission Class:
Wacky Wildcards
[Optional: Video Explainer of My Project]
None.
Language Used
Typescript & NodeJS
Hyperlink to Code
See create-redis-key
on GitHub.
Redis key creation utility
A Redis key creation utility.
Create Redis Key Templates
, which embody parameters, utilizing a nested config object & use your Redis Key Template
strings to create Redis Keys.
This bundle closely makes use of Template Literal Varieties which is accessible since TypeScript 4.1 so that you want a minimum of this model of Typescript for this bundle to correctly work.
Examples
Test Learn how to Use part to see explanations of utilization choices on examples.
Sections
Set up
Set up create-redis-key with npm
npm set up create-redis-key
Sort definitions? Included!
How It Works
Eventual goal of this library is to create a Redis Key
(which is mainly a string) utilizing a template which we name on this library a Redis Key Template
.
There’s…
See create-redis-key on NPM.
Further Sources / Information
My bundle is properly documented & examined. Prepared for manufacturing use.