Redis--Latest Windows Version

时间:2021-01-13 09:06:07

Redis Windows Ver

https://github.com/MSOpenTech/redis/releases

service-install.bat
redis-server.exe --service-install redis.windows.conf --loglevel verbose

uninstall-service.bat
redis-server --service-uninstall

startup.bat
redis-server.exe redis.windows.conf

C# Redis client for the Redis NoSQL DB

Install-Package ServiceStack.Redis