Skip to content

Luncher/redis-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

License

MIT License

Releases

No releases published

Packages

No packages published