Skip to content

Redis example with spring-boot-starter-data-redis and jedis

Notifications You must be signed in to change notification settings

Wayne-Shen/redis-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Practice Path for Redis

Redis

run with docker

docker run -p 6379:6379 --name redis-test -d redis

login to redis shell

docker exec -it `container-id` /bin/sh

About

Redis example with spring-boot-starter-data-redis and jedis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages