Skip to content

A Redis based session cache to maintain user records in server during logins.

Notifications You must be signed in to change notification settings

siddhantshar24/Redis-Session-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis-Session-Cache

A Redis based session cache to maintain user records in server during logins.

Technologies used: Java, SpringBoot, Redis.

  • Redis is being used to save the server login information during the subsequent logins in the application.

To start the project in your local:

-Start Redis at port 6379 and keep the server running during entire duration.

-Go to main folder in Intellij/Eclipse and run the application as a SpringBoot Application.

-Login once and do not turn off the Redis server.

-Next time when you try to access the localhost it will not ask for login credentials despite restarting the application.

Thank you so much.

About

A Redis based session cache to maintain user records in server during logins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages