https://github.com/soumyadip007/redis-endpoint-storage-application-using-spring-boot-rest-and-microservices
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-endpoint-storage-application-using-spring-boot-rest-and-microservices
bitmaps cache cloud distributed-systems hyperloglog in-memory-caching in-memory-database java microservices redis rest spatial-index spring-boot streams
Last synced: 8 months ago
JSON representation
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-endpoint-storage-application-using-spring-boot-rest-and-microservices
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-26T07:36:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T08:08:45.000Z (over 5 years ago)
- Last Synced: 2025-01-06T00:13:23.100Z (9 months ago)
- Topics: bitmaps, cache, cloud, distributed-systems, hyperloglog, in-memory-caching, in-memory-database, java, microservices, redis, rest, spatial-index, spring-boot, streams
- Language: Java
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis-using-Spring-Boot-Rest-and-Microservices
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.