Skip to content

mail4hafij/redis_cache_dotnet_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redis Cache

Install redis stack on docker

https://redis.io/docs/getting-started/install-stack/docker/

redis/redis-stack - contains both Redis Stack server and RedisInsight. This container is best for local development because you can use the embedded RedisInsight to visualize your data.

docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest

The docker run command above also exposes RedisInsight on port 8001. You can use RedisInsight by pointing your browser to localhost:8001.

Try out the REST project

Run the REST project and make a get request with an email address. The project has a Selenium setup.

Enjoy!

About

Simple demonstration of Redis Cache in dotnet core

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages