Redis
-
Software Development
How Redis Achieves High Performance with a Single Thread
Redis, a popular in-memory data store, is renowned for its exceptional performance. One of the key factors contributing to its…
Read More » -
Enterprise Java
Implement Two-Level Cache With Spring
Caching is a technique used to store data temporarily in a faster storage layer to improve the performance and responsiveness…
Read More » -
DevOps
Using a disk-based Redis clone to reduce AWS S3 bill
Redis is an in-memory database with very high write and read speed, and a limitation that data sets can’t be larger…
Read More » -
Enterprise Java
Top 6 Most Used Redis Libraries
Currently the most popular key-value store in the world, Redis has earned its wide adoption rate by providing high speeds…
Read More » -
Enterprise Java
Top 5 NoSQL Database Programmers Should Learn in 2019
Though it’s not mandatory for a Java or Web developers to learn NoSQL database the world is moving in that…
Read More » -
Enterprise Java
NoSql Databases: Cassandra vs Mongo vs Redis DB Comparison
1. What are NoSql Databases? NoSql (Not only Sql) databases are non-relational databases that are horizontally scalable, persist semi or…
Read More » -
Enterprise Java
Spring Data Redis: High-Availability with Sentinel
1. Overview For high-availability with Redis, we can use Spring Data Redis’ support for Redis Sentinel. With Sentinel, we can…
Read More » -
Enterprise Java
A first look at Redis Streams and how to use them with Java
Redis Streams have made it into Redis’ unstable branch since the beginning of this year, and the first clients start…
Read More » -
Enterprise Java
Intro to Redis with Spring Boot
1. Overview In this article, we will review the basics of how to use Redis with Spring Boot through the…
Read More »