This website requires JavaScript.
Explore
Help
Sign In
Redis
/
redis-For-Windows
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
Files
win_2.8.9
redis-For-Windows
/
msvs
T
History
Kirk Shoop (MS OPEN TECH)
a4d22bfa8c
updated license urls
2014-06-25 15:37:44 -07:00
..
hiredis
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
HiredisExample
issue 129: correct name of file
2014-06-19 17:59:44 -07:00
lua
/lua
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
RedisBenchmark
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
RedisCheckAof
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
RedisCheckDump
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
RedisCli
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00
Samples
/MasterSlaveSentinelConf
directory rename
2014-05-08 20:56:17 -07:00
setups
updated license urls
2014-06-25 15:37:44 -07:00
compressOutputToReleaseFolder.ps1
Finishing merge of branch '2.8.4_msopen' of
https://github.com/MSOpenTech/redis
into 2.8.4_msopen
2014-05-16 12:49:22 -07:00
RedisLog.h
Fix for issue
#59
. Generated FDs are used everywhere until a SOCKET handle is used by the Winsock APIs. The win32_socketmap code generates the simulated FDs and handles the mapping from these to socket handles.
2013-10-03 16:12:54 -07:00
RedisServer.sln
Issue 108: Added 32-bit support back in. QFork code requires a contiguous memory allocation for heap. Due to this requirement and 32-bit memory model limitations, maxheap is limited to about 512MB in 32-bit executable. 32-bit version appears to be about 30% slower than 64-bit version on 64-bit OS.
2014-05-15 18:24:59 -07:00
RedisServer.vcxproj
issue 105: 32-bit version not running on server 2003. Adjusted project settings and selected APIs in use via runtime version checks and windows version macro.
2014-05-29 22:33:19 -07:00