Skip to main content

Saiprasad Mahadevan

Saiprasad is a technical consultant and full-stack developer at Perficient with over 7 years of experience. He has knowledge in several tech stacks, including Spring Boot, Java, Angular, WebSphere portal, and more.

Blogs from this Author

Redisdb

Integrate Spring boot with Redis to Build and Execute Queries in Redis API

Prerequisites:Knowledge in Java, Spring boot, redisclient and server.Concept:The purpose of this blog is to present an idea for connecting, constructing to insert and querying from Redis database using spring boot application. What is Redis ?Redis stands for REmote DIctionary Server. It is an in-memory key-value database server. In-memory means that redis using memory to store […]