@slush/redis-helper
v1.0.10
Published
A redis cache helper
Downloads
5
Keywords
Readme
A Redis helper client made with typescript
Mainly used to get values. A getter is given to the getValue function, if the cache did not have a value, the getter is called and the value got is set to cache automatically.