What happened? Last week, in a post titled “Redis EVAL Lua Sandbox Escape”, security researcher Ben Murphy unveiled the details of a known Lua exploit that can be used for breaking out o...
Read now
Blog
JUN.4.2015
Rising NoSQL Star: Aerospike, Cassandra, Couchbase or Redis?
“I always knew I was a star, and now the rest of the world seems to agree with me.” — Freddie Mercury A new NoSQL benchmark was just released by Avalon Consulting, LLC, and I couldn’t b...
Read now
Blog
MAY.29.2015
A Guy Walks Into a NoSQL Bar [Director’s Cut]
or DataStax, Aerospike, Couchbase and Redis: Serving 1M Writes/Sec From Google Compute Engine A couple of months ago I published a post over at the Google Cloud Platform blog called “A ...
Read now
Blog
APR.16.2015
Redis RAM Ramifications – Part I
“…as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are ...
Read now
Blog
FEB.2.2015
The 7th Principle of Redis: We Optimize for Joy
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 ...