Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 491 Bytes

README.adoc

File metadata and controls

9 lines (5 loc) · 491 Bytes

Jetty Redis Sessions

A Jetty 9.4.x SessionDataMap implementation that uses Redis as the back-end.

Heavily plagiarised from jetty-memcached-sessions.

Also plagiarised the session serialization code from Apache Licensed xmemcached

Uses MIT licensed Jedis as the client for Redis.