Skip to content

Redis is an in-memory data structure store, used as a database, cache, and message broker.

Notifications You must be signed in to change notification settings

Rajanell/RedisCache

Repository files navigation

RedisCache

Install/run docker
Run Redis server using docker
  docker run --name my-redis -p 5002:6379 - d redis
Change/set connection string in the app
"ConnectionStrings": {
  "Redis": "localhost:5002"
}
Run commands on redis cli
  - docker exec -it my-redis sh
  - redis-cli
  - ping

About

Redis is an in-memory data structure store, used as a database, cache, and message broker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages