Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 803 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 803 Bytes

redis-session-storage

Node App Storage sessions with redis.

Known Vulnerabilities Dependencies

Tests

npm test

Issue Labels

Inspired on this .

Contributing

Don't be shy, send a Pull Request! Here is how:

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D