Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 27, 2017
1 parent deb68de commit 3bffe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ app.listen(3000);

## Session Store

You can use any other store to replace the default MemoryStore, it just needs to follow this api:
You can use any other store to replace the default FileStore, it just needs to follow this api:

* `get(sid)`: get session object by sid
* `set(sid, sess, ttl)`: set session object for sid, with a ttl (in ms)
Expand Down

0 comments on commit 3bffe64

Please sign in to comment.