VOOZH about

URL: https://www.javacodegeeks.com/tag/redis/page/4

⇱ Redis Archives - Page 4 of 5 - Java Code Geeks


  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    2 823

    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👁 Image
    Idan FridmanSeptember 2nd, 2015
    1 122

    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👁 spring-interview-questions-answers
    Emmanouil GkatziourasAugust 28th, 2015
    0 158

    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👁 Image
    Florian HopfJanuary 27th, 2015
    0 1,716

    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👁 Image
    Tomasz NurkiewiczAugust 26th, 2014
    2 220

    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👁 Image
    Peter LawreyMay 30th, 2014
    0 168

    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👁 Image
    Francisco Ribeiro JuniorFebruary 6th, 2014
    2 465

    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👁 Image
    Francisco Ribeiro JuniorJanuary 30th, 2014
    0 618

    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👁 java-interview-questions-answers
    Francisco Ribeiro JuniorNovember 14th, 2013
    0 134

    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 »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close