VOOZH about

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

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


  • Software Development👁 Image
    Mark PaluchFebruary 18th, 2016
    0 172

    Redis transactions

    Redis transactions allow to group multiple commands and to execute them sequentially. The whole transactional state is isolated from other…

    Read More »
  • Software Development👁 Image
    Andrey RedkoOctober 28th, 2015
    6 322

    NoSQL vs. SQL: Choosing a Data Management Solution

    Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…

    Read More »
  • DevOps👁 Image
    Amjad AfanahOctober 26th, 2015
    0 180

    Run 1,000 Docker Redis Containers In Less Than 15 Minutes On A Cluster Of 5 Cloud Servers With 2GB Of Memory Each

    Background While application portability (i.e. being able to run the same application on any Linux host) is still the leading…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    2 2,555

    Spring Data and Redis

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    11 2,101

    Redis Clustering

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    0 689

    Redis Replication

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    2 1,980

    Redis Sharding

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    2 580

    Redis Installation

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    0 950

    Redis Commands – Using Redis Command Line

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

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