An open API service indexing awesome lists of open source software.

https://github.com/luncher/redis-recipes

redis recipes
https://github.com/luncher/redis-recipes

Last synced: 3 months ago
JSON representation

redis recipes

Awesome Lists containing this project

README

        

# redis_recipes

*The following code has not been fully tested, please do not use in the production environment.*

---

## Basic

Simply used to be familiar with the basic redis commands.

## Lru-cache

Simple implementation of the LRU-Cache program, Using a variety of redis data structure.

---

## Usage

*for example, test lru-cache:*

```shell
git clone
npm i
make test-lru-cache or npm run test-lru-cache
```

---

# License

MIT License