liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

Redis Server for Windows Question: Where is the default data directory? #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm curious where the default data directory is when using the Redis Server 
bits available on the download page.

I'm also wondering how the bits were compiled, and whether there's a 64 bit 
version on the map.

Thanks,

Mike

Original issue reported on code.google.com by mham...@gmail.com on 30 Oct 2010 at 5:22

GoogleCodeExporter commented 8 years ago
Default data directory is the current folder of where you are running the 
server.

The latest version is only 32-bit, I believe previous versions had 64-bit. 
However, the 32-bit version will run just fine on a 64-bit OS, I'm running on 
Win7 64-bit without issues. Your only limitation is the amount of RAM the 
process can use, which should be 2GB. For development that should be 
sufficient, I wouldn't recommend putting Redis/Cygwin in production.

Original comment by psta...@gmail.com on 18 Nov 2010 at 7:23