Fall releases are live for Redis for AI, Redis Cloud, & more.

See what's new

Blog

Tech

  • Blog
    Jul. 21, 2014
    Blog tile image
    Top Redis Headaches for Devops – Replication Timeouts

    Redis provides a wide variety of tools directed at improving and maintaining efficient in-memory database usage. While its unique data types and commands fine-tune databases to serve app...

    Read now
  • Blog
    Jul. 14, 2014
    Blog tile image
    Red is Beautiful: A Visualization of Redis Commands

    Sometimes inspiration strikes and you feel compeled to follow it. That’s exactly what had happened to me when I was reviewing Redis’ documentation repository – while browsing through the...

    Read now
  • Blog
    Jul. 08, 2014
    Blog tile image
    New in memtier_benchmark: Pseudo-Random Data, Gaussian Access Pattern and Range Manipulation

    Last year we open-sourced memtier_benchmark, a high-throughput benchmarking tool for Redis and Memcached resources. At Redis, we use this tool on a daily basis, and those of you who gave...

    Read now
  • Blog
    Jun. 26, 2014
    Blog tile image
    Top Redis Headaches for Devops – Replication Buffer

    Redis provides a wide variety of tools directed at improving and maintaining efficient in-memory database usage. While its unique data types and commands fine-tune databases to serve a...

    Read now
  • Blog
    Jun. 12, 2014
    Blog tile image
    Because What The World Needs is Another Memcached CLI

    Today I’m proud to present my latest contribution to the open source community – bmemcached-cli. It is a simple Python wrapper around python-binary-memcached that provides an easy way ...

    Read now
  • Blog
    Jun. 02, 2014
    Blog tile image
    I Have 500 Million Keys But What’s In My Redis DB?!?

    Or: The Bigger They Are, The Harder They F(etch)all While you could consider them a “Rich People Problems,” big databases do present big challenges. Scaling and performance are perhaps ...

    Read now
  • Blog
    May. 23, 2014
    Blog tile image
    How to Use Redis at Least x1000 More Efficiently

    The recent Redis’ v2.8.9 was “the strangest beast” in its history of releases. Unlike previous versions, this release solely introduced new Redis functionality rather than defect fixes...

    Read now
  • Blog
    May. 13, 2014
    Blog tile image
    Using Stunnel to Secure Redis

    Securing Redis Client and Server with Stunnel What do you do if you want to secure access to your Redis? Plain password authentication (i.e. the AUTH command) only gets you so far and i...

    Read now
  • Blog
    Apr. 30, 2014
    Blog tile image
    Run Quartz, The Java Job Scheduler, On Top of Redis

    Job scheduler programs have grown to become very popular in today’s web application world. Most commonly used to automatically run asynchronous and heavy jobs, schedulers have been utili...

    Read now
  • Blog
    Apr. 24, 2014
    Blog tile image
    Re: April 23rd AWS EU-WEST-1 Service Interruption

    This week on Tuesday, April 23rd, Amazon cloud’s eu-west-1 data region experienced a service degradation. It was not highly publicized, although some reported on Twitter about AWS’ con...

    Read now
  • Blog
    Apr. 16, 2014
    Blog tile image
    Fast and Efficient Parallelized Comparison of Redis Databases

    The process of comparing two versions of a database is a fairly common practice, generally used for testing and development purposes, as well as supporting application updates and new re...

    Read now
  • Blog
    Apr. 14, 2014
    Blog tile image
    Secure Redis: SSL Added to Redsmin and Clients

    Today we are happy to make two exciting announcements: we’ve made SSL support available for Redsmin and we’re releasing a couple of Redis clients that we’ve patched to support SSL. Since...

    Read now
  • Blog
    Apr. 09, 2014
    Blog tile image
    Security Notice: CVE-2014-0160 / Heartbleed OpenSSL Vulnerability

    Over the last couple of days our team has been hard at work to address the newly-disclosed CVE-2014-0160 vulnerability (a.k.a. Heartbleed). We’ve completed proofing our service against t...

    Read now
  • Blog
    Apr. 08, 2014
    Blog tile image
    The Proven Redis Performance

    Recently, a known NoSQL vendor announced the addition of in-memory capabilities to its database offering. The decision to take a hybrid approach with their database offering brings up a ...

    Read now
  • Blog
    Apr. 03, 2014
    Blog tile image
    The Top 3 Game Changing Redis Use Cases

    Two weeks ago the Redis team had exhibited in the 2014 Game Developers Conference. As the name suggests, the conference was packed with game developers and I had great discussions about ...

    Read now
  • Blog
    Oct. 01, 2013
    Blog tile image
    Scaling Out Redis: Read-Only Slaves or Cluster?

    Thankfully, no humans are enslaved by Redis. Instead, it uses asynchronous replication “for scalability … or simply for data redundancy.” Also, “a [Redis] master can have multiple slav...

    Read now
  • Blog
    Sep. 18, 2013
    Blog tile image
    An Invitation to an Open (Re)Discourse

    Arguably, one of the strongest benefits of the open source movement is that the community can get actively involved in the development of projects. Having access to the source code of an...

    Read now
  • Blog
    Aug. 28, 2013
    Blog tile image
    Reflections from Sitting on a Branch of a Falling Tree in the Amazon Forest or Post-Mortem: The AWS Outage From a Service Provider View

    You’ve probably already heard about AWS’s outage last Sunday around noon PDT. The thud of that “minor” network-cum-storage issue in one of the busiest data regions of the Amazon forest c...

    Read now
  • Blog
    Aug. 13, 2013
    Blog tile image
    Highly-Available In-Memory Cloud Datastores

    Everybody knows you should always use protection, or things can get pretty ugly fast. In the Cloud world, this translates to our in-memory datastore’s fault resilience, which effectively...

    Read now
  • Blog
    Jul. 31, 2013
    Blog tile image
    Go Public or Stay Private: Which AWS Network Address Should PaaS Users Use?

    A little over 18 months ago we took our first baby steps in what has since then proved to be a wild and exciting ride. To the uninitiated outsider, a cloud service provider’s existence m...

    Read now
  • Blog
    Jul. 16, 2013
    Blog tile image
    The Endless Redis Replication Loop: What, Why and How to Solve It

    Redis’ replication is an indispensable tool – it can be used both to heighten the availability of your Redis setup (you can read more about Redis availability in this post) as well as to...

    Read now