Redis
-
Enterprise Java

Redis Tutorial: NoSQL key-value store
Course Overview Redis is an open-source, networked, in-memory, key-value data store with optional durability, written in ANSI C. According to…
Read More » -
Software Development

How to use geolocation with Redis 3.2
Recently I was looking for a solution how to tell if couple of Longitudes, Latitudes actually in the same Radius.…
Read More » -
Enterprise Java

Integrate Redis to your Spring project
This article shows how to integrate Redis cache to your spring project through annotation configuration. We will begin with our…
Read More » -
Enterprise Java

Logging to Redis using Spring Boot and Logback
When doing centralized logging, e.g. using Elasticsearch, Logstash and Kibana or Graylog2 you have several options available for your Java…
Read More » -
Enterprise Java

URL shortener service in 42 lines of code in… Java (?!) Spring Boot + Redis
Apparently writing a URL shortener service is the new “Hello, world!” in the IoT/microservice/era world. It all started with A…
Read More » -
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 »


