Redis
-
Software Development
SharedHashMap vs Redis
Overview This is a comparison between OpenHFT’s SharedHashMap and a popular key-value store Redis. Any vendor will tell you how…
Read More » -
Enterprise Java
Redis sort with Jedis
In this post we will talk about the Redis SORT command. Redis provides the SORT command that we can use…
Read More » -
Enterprise Java
Simple Message Queue using Redis
In this posts we will use Redis as a simple message queue, using list commands. Let’s say we have an…
Read More » -
Enterprise Java
Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 2
In this post we will focus on CDI and Servlet 3.0. You can see part 1 here. Let’s start with…
Read More » -
Enterprise Java
Using Sorted Sets with Jedis API
In the previous post we started looking into Jedis API a Java Redis Client. In this post we will look…
Read More » -
Enterprise Java
Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 1
In this post we will build a simple user crud. The data will be stored in Redis. To interact with…
Read More » -
Enterprise Java
Getting Started With Jedis
Hi, these days I started looking into Redis. I’ve heard a lot about it so I decided to have a…
Read More » -
DevOps
Redis as data store: Installation
Introduction Redis is open-source, advanced key-value data store server. It is counted as Nosql database for the key-value store category.…
Read More » -
Enterprise Java
Apache Camel meets Redis
The Lamborghini of Key-Value stores Camel is the best of bread Integration framework and in this post I’m going to…
Read More »