jonathan pickett
|
411b6e9119
|
issue 129: correct name of file
|
2014-06-19 17:59:44 -07:00 |
|
jonathan pickett
|
f441b8d0f2
|
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 |
|
jonathan pickett
|
feb6c2884a
|
fix for issue #97: Added a modified sample to demonstrate large async GET operation. Also discovered that reply reading in async.c would stop if the reply data exceeded the buffer allocated for the read. redisAeAddRead() would not reschedule a read if already in read mode. To fix this is added redisAeForceAddRead().
|
2014-05-01 15:19:18 -07:00 |
|
jonathan pickett
|
e674609fcb
|
adding working hiredis async example to solution based off of example-ae.c source. For issues 18 + 86
|
2014-04-16 17:16:27 -07:00 |
|