Tag Archives: Redis

Redis vs Riak vs Memcached vs DynamoDB – A NoSQL Comparison

When four key value data stores each claim well-known enterprises and organizations as users, it’s probably because they each have something to offer – and something different in each case. Choosing between them will depend on individual requirements or constraints. The starting points are these: Redis is in-memory with configurable trade-off between persistency and performance Riak is a distributed, fault-tolerant ... Read More »

Redis Clustering Now Available in 3.0

Redist-Cluster-Diagram

How Big a Difference Will This Make? Long promised and now finally part of Redis functionality, clustering had to wait in line. There were two reasons for it coming out later than other functionality. First, user demand for other stable characteristics such as persistence, replication, latency and introspection (determining the structure of a database at run time) were even stronger ... Read More »

Intro to Redis – A NoSQL Key-Value Store

redis logo

Blazingly fast and rapidly replicable are two of the characteristics often associated with the Redis key-value store. From its first version in 2009 by its chief developer Salvatore Sanfilippo, Redis (from REmote DIctionary Server and a play on ‘Redistribute’) has become one of the stars of the NoSQL database family. Redis can and often does work entirely in RAM. This ... Read More »

Guide to Key-Value Stores – NoSQL Explained

The information world has changed. Those neatly packaged rows and columns of conventional relational databases are no longer the be-all and end-all of data management. In this cyber-age, NoSQL databases now go boldly where relational databases cannot; yet where businesses and users must. NoSQL (or in fact, ‘NoRel’ for ‘not only relational’) databases are Big Data friendly. They can handle ... Read More »