Redis
-
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 » -
Enterprise Java

Redis Client Lettuce 5 GA released
After a 13 months development phase and 208 solved tickets, it is my pleasure to announce general availability of Lettuce…
Read More » -
Enterprise Java

Command Interfaces: Approaching Redis with dynamic APIs in Java
Redis is a data store supporting over 190 documented commands and over 450 command permutations. The community supports actively Redis…
Read More » -
Software Development

Elixir ETS Versus Redis
Learning Elixir has a way of challenging everything you know about programming. Redis is becoming an assumed part of many…
Read More » -
Software Development

Iterate over all keys in a Redis Cluster
Redis provides a neat command to iterate over all keys on a node. It’s the SCAN command that is used…
Read More »


