benluteijn / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

support for mlockall #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello!

Looking at memcache I found that it supports mlockall(MCL_CURRENT | 
MCL_FUTURE) call (via -k parameter).

May be this is suitable for redis?

Original issue reported on code.google.com by reg...@messir.net on 3 Jan 2010 at 9:58

GoogleCodeExporter commented 9 years ago
this sounds like an interesting feature to add actually... leaving the issue 
open for now, thanks for sharing.

Original comment by anti...@gmail.com on 24 Aug 2010 at 8:17

GoogleCodeExporter commented 9 years ago
I implemented this feature against the latest code in master per the 
contributor guidelines (see: 
http://github.com/smanek/redis/commit/25b278449f694e4fd68ceff9e62e12f32e793fc0),
 and am requesting it be pulled into mainline.

Original comment by sma...@gmail.com on 8 Oct 2010 at 9:59