koa-redis
Redis storage for Koa session middleware/cache with Sentinel and Cluster support
koa-redis-snowman
Redis storage for Koa session middleware/cache with Sentinel and Cluster support
multi-key-cache
A JavaScript (JS) cache that can have multiple complex values as keys
@teamawesome/multi-dict
```shell script
npm install @teamawesome/multi-dict
```
# Usage
The aim of multi-dict is to behave just like a set of nested maps, but with an easy to use api. It supports
all the regular methods of `Map`, including the iterators.
```js
import Dict