Created
March 26, 2015 19:17
-
-
Save FeodorFitsner/7de60ca517056930da66 to your computer and use it in GitHub Desktop.
Installing and running Redis as a service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nuget install redis-64 -excludeversion | |
redis-64\redis-server.exe --service-install | |
redis-64\redis-server.exe --service-start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't work anymore probably due to:
in version 2.8.2104.
https://raw.githubusercontent.com/MSOpenTech/redis/2.8/Redis%20on%20Windows%20Release%20Notes.md
This worked for me