redis windows I have just installed redis server on Windows from here and ran the server in default mode with no config file specified. How do I link the config file (using Windows) to the server and how do I s....
redis windows The MSOpenTech site is the right source for the Windows port. You should also consider what Redis client you want to use. The two best ones are: StackExchange Redis Client and ServiceStack Redis Client I've used the ServiceStack Client extensively, but I've heard very good things about the StackExchange Client.
install redis windows I'm using the MsOpenTech version of Redis on a Windows 2008 server. I've installed via the RedisWatcher Service as described here, and this is working fine - the server is responding and data going...