https://github.com/soumyadip007/redis-cache-crud-application-using-spring-boot-rest-and-microservices
This repository contains the CRUD operation using Redis with Spring Boot and Micro-services.Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.
https://github.com/soumyadip007/redis-cache-crud-application-using-spring-boot-rest-and-microservices
in-memory-caching in-memory-database java microservice postman redis redis-cache redis-client rest spring-boot
Last synced: 8 months ago
JSON representation
This repository contains the CRUD operation using Redis with Spring Boot and Micro-services.Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.
- Host: GitHub
- URL: https://github.com/soumyadip007/redis-cache-crud-application-using-spring-boot-rest-and-microservices
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-26T11:17:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T16:20:44.000Z (over 5 years ago)
- Last Synced: 2025-01-06T00:13:21.639Z (9 months ago)
- Topics: in-memory-caching, in-memory-database, java, microservice, postman, redis, redis-cache, redis-client, rest, spring-boot
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis-Cache-CRUD-Application-using-Spring-Boot-Rest-and-Microservices
This repository contains the CRUD operation using Redis with Spring Boot and Micro-services.
Redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indexes.