An open API service indexing awesome lists of open source software.

https://github.com/yunussemree/redisintro


https://github.com/yunussemree/redisintro

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Redis means "Remote Dictionary Server"




Redis adventages:
+ Performance
+ Key-value database


Some area of use redis :

+ cache management

+ session management

+ Real time analysis



How can you add the redis on your project with maven:



<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-data-redis</artifactId>

<version>3.1.4</version>

</dependency>