Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 275 Bytes

session-memcached

Save persistent sessions in memcached for nodejs

This is very much beta software

Version v1.0.0 uses events so (in Coffescript):

sess = new Session req, res
sess.on 'ready', (session) ->
    # Session is now available and persistent.