The 7th principle, as laid out in the Redis Manifesto, really aligns with my beliefs and views, and probably those of all engineers (regardless of experience). There’s little in this w...
Read now
Blog
DEC.31.2014
Pop the Red Box’s Lid: Redis Lua Debugger
Update: redis-lua-debugger is not compatible with Redis v3 and above Imagine a red box. You put something in the box and wait for something else to come out (or not). Whatever comes out...
Read now
Blog
DEC.2.2014
5 6 7 Methods For Tracing and Debugging Redis Lua Scripts
Or: To Err is Human, To Fix Debug. Mother of all Updates: Redis v3.2 features its very own Lua debugger. Update 1: I’ve followed up on the topic with a vastly superior debugging method...
Read now
Blog
NOV.3.2014
Take #2 – Is Amazon SSD PIOPS Really Better?
For many of today’s applications, disk speed is extremely important, which is why some AWS users turn to the wide range of available Elastic Block Store (EBS) options. As an in-memory da...
Read now
Blog
OCT.2.2014
Redis Running Slowly? Here’s What You Can Do About it
Click here to get started with Redis Enterprise. Redis Enterprise lets you work with any real-time data, at any scale, anywhere. Redis is blazing fast and can easily handle hundreds o...
Read now
Blog
SEP.11.2014
So, You’re Looking for the Redis GUI?
RedisInsight Update: In April 2019, we acquired RDBTools from HashedIn and created its successor RedisInsight, a browser-based management interface for your Redis deployment. It ...
Read now
Blog
SEP.4.2014
The 1.2M Ops/Sec Redis Cloud Cluster Single Server Unbenchmark
While catching up with the world the other day, I read through the High Scalability guest post by Anshu and Rajkumar’s from Aerospike (great job btw). I really enjoyed the entire piece...
Read now
Blog
AUG.14.2014
3 (More) Common Uses for Redis in the Gaming Industry
At the Game Developers Conference (GDC) four months back, I had great discussions with game developers that use Redis – here’re my takes from that event. And this week, I was pleased to ...
Read now
Blog
AUG.6.2014
5 Tips for Running Redis over AWS
Cloud computing can help host an application in a way that is both scalable and cost effective. The leading vendor in the infrastructure as a service (IaaS) arena is Amazon Web Services ...
Read now
Blog
JUL.31.2014
Managing 50K+ Redis Databases Over 4 Public Clouds with a Tiny Devops Team
Modern applications have a general list of needs in order to not only survive, but thrive in today’s fast paced cloud environment. These include low response times (less than 100 millise...
Read now
Blog
JUL.28.2014
Top Redis Headaches for Devops – Client Buffers
Despite the setbacks that have been the cause of quite a few headaches, solutions do exist, and may be even simpler than anticipated. This series of installments will highlight some of ...
Read now
Blog
JUL.23.2014
Turbo Boost WordPress with a Secure Memcached Plugin
Recently we released the Memcached Cloud Plugin for WordPress, implementing the WordPress Object Cache. The plugin is based on the PECL Memcached extension (note the ending ‘d’), worki...
Read now
Blog
JUL.21.2014
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
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.8.2014
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
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
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.2.2014
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
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
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
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...