First:
https://github.com/microsoftarchive/redis/releases
【汇智学堂】单机部署使用Redis
Download,unzip,as this:
【汇智学堂】单机部署使用Redis
Second,run cmd ,start redis serviceredis-server.exe redis.windows.conf
【汇智学堂】单机部署使用Redis
As above,service is success。This is server,if close this window,service will be closed.

Third
Another cmd,start client:redis-cli -h 127.0.0.1 -p 6379
【汇智学堂】单机部署使用Redis
Client connect is success.

The fourth
Set get data from redis.
【汇智学堂】单机部署使用Redis
【汇智学堂】单机部署使用Redis

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-12-24
  • 2021-08-12
  • 2021-12-29
  • 2021-09-25
  • 2022-12-23
猜你喜欢
  • 2022-01-14
  • 2021-04-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-15
相关资源
相似解决方案