Skip to content

Java proof-of-concept of a Redis session store using the JSON format

Notifications You must be signed in to change notification settings

redislabs-training/enablement-session-store-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Redis as a Session Store for Java

This repository proposes a Java proof-of-concept of a Redis session store using the JSON format for the session data.

  • Interfaces extend the basic JSON session object to store the desired data structures and manage multi-object session data
  • TTL can be extended atomically for all the session data structures
  • The JedisUnified client library (supported by Redis) is adopted
  • Objects are serialized using the Jackson ObjectMapper

About

Java proof-of-concept of a Redis session store using the JSON format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages