https://github.com/luncher/redis-recipes
redis recipes
https://github.com/luncher/redis-recipes
Last synced: 3 months ago
JSON representation
redis recipes
- Host: GitHub
- URL: https://github.com/luncher/redis-recipes
- Owner: Luncher
- License: mit
- Created: 2016-11-07T13:07:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T12:05:40.000Z (over 8 years ago)
- Last Synced: 2025-01-13T04:41:32.844Z (4 months ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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