Skip to content

tuanreesoft/redis-caching-sample

 
 

Repository files navigation

Redis cache Install on Window server

1. Download and Install Redis on window server

- Extract to: C:\redis-latest (Recommened)
- Go into that folder and run command line: "redis-server --service-install redis.windows.conf --loglevel verbose"
- Continue to start service: "redis-server --service-start"
- Please check Redis in the Service to make sure it works, like this image

2. UI Tool

- Get and install at: https://redisdesktop.com/ or Download here
- Default connection:
  1. Host: locahost
  2. Port: 6379
  3. Pass: empty is default

3. Change port or password if needed

  • Go to C:\redis-latest\redis.windows.conf and update new config: Ex: Port or Password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • C# 14.2%
  • HTML 1.5%
  • Other 0.2%