Greetings. I am here to share my first module. I make this module because I cannot find one to suit my need. I like SessionHandlerDB but I do not want to use mysql database to store session for performance. So, Redis seems to be the best choice. I have tried to use netcarver's SessionHandlerRedis but it lacks something I need, those are the active session checking and the easy module configuration while I do borrow some code from it (thanks to netcarver). So I take this chance to merge them together to form a new module. I am new to use github and I don't know if it is appropriate to publish another similar project, or fork from them.
You may grab this from Github: SessionHandlerDBRedis
I hope this could give somebody a help.
Updated to v0.4
changelog:
v0.3 - added ability to get forwarded IP instead of normal remote IP.
v0.4 - added session lock