Articles in Key-Value Stores

Tokyo Cabinet's Key-Value Database Types

This article digs deeper into the capabilities of Tokyo Cabinet. B+Tree and Fixed-length Databases are discussed, as well as how to tune the database types to your specific needs

Tokyo Cabinet as a Key-Value Store

This article covers the usage of Tokyo Cabinet's Hash Database. It shows basic Hash-like storage as well as some special features provided by Tokyo Cabinet

Where Redis is a Good Fit

A brief discussion of the kinds of problems Redis makes easier

Lists and Sets in Redis

Peeking behind the curtain of the simple key-value store facade to get a good look at the two features that make Redis unique and powerful

Using Redis as a Key-Value Store

This article covers basic Redis usage. Most key-value stores have these features in common

Setting up the Redis Server

Some tips for installing, configuring, and running the Redis server

Using Key-Value Stores From Ruby

The table of contents for a series of posts about working with some popular key-value stores from Ruby code