VOOZH about

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

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


  • Enterprise Java👁 Image
    Javin PaulApril 27th, 2019
    0 219

    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👁 java-interview-questions-answers
    Pushpa Sekhara R MatliFebruary 27th, 2019
    1 2,405

    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👁 Image
    Michael GoodJanuary 29th, 2019
    0 1,673

    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👁 Image
    Mark PaluchMay 27th, 2018
    1 1,853

    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👁 Image
    Michael GoodNovember 28th, 2017
    0 611

    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👁 Image
    Mark PaluchSeptember 29th, 2017
    0 344

    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👁 Image
    Mark PaluchOctober 19th, 2016
    0 202

    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👁 Image
    Barry JonesSeptember 29th, 2016
    0 135

    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👁 Image
    Mark PaluchMarch 7th, 2016
    0 724

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