VOOZH about

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

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


  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorNovember 1st, 2013
    0 1,247

    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👁 Image
    Francisco Ribeiro JuniorOctober 30th, 2013
    0 207

    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👁 Image
    Francisco Ribeiro JuniorOctober 22nd, 2013
    7 1,075

    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👁 Image
    Abhijeet SutarAugust 26th, 2013
    1 139

    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👁 Image
    Bilgin IbryamMarch 20th, 2013
    1 727

    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 »
  • Enterprise Java👁 spring-interview-questions-answers
    Joshua WhiteFebruary 7th, 2013
    3 1,930

    Caching with Spring Data Redis

    In the example below, I’ll show you how to use the Spring Data – Redis project as a caching provider…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoOctober 3rd, 2012
    2 363

    Redis pub/sub using Spring

    Continuing to discover the powerful set of Redis features, the one worth mentioning about is out of the box support…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoJune 28th, 2012
    11 565

    Using Redis with Spring

    As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…

    Read More »
  • Enterprise Java👁 Image
    Byron KiourtzoglouDecember 30th, 2010
    0 194

    Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison

    Kristóf Kovács performed a very interesting brief comparison among six of the most popular “NoSQL” database implementations. Additionally to Kristóf’s work,…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
Back to top button
Close