Fork me on GitHub

Project Notes

#144 Cookbook

Notes on the book Redis Cookbook, By Tiago Macedo and Fred Oliveira, pubished by O’Reilly

Notes

See:

Highlights from the Table of Contents

  1. An Introduction to Redis
  • When to use Redis
  • Installing Redis
  • Using Redis Data Types
  1. Clients
  • Using Redis from the Command Line
  • Using Redis from Python with redis-py
  • Using Redis from Ruby with redis-rb
  • Using Redis with Ruby on Rails
  1. Leveraging Redis
  • Using Redis as a Key/Value Store (application usage counters, object data in hashes)
  • Inspecting Your Data
  • Implementing OAuth on Top of Redis
  • Using Redis’s Pub/Sub Functionality to Create a Chat System
  • Implementing an Inverted-Index Text Search with Redis
  • Analytics and Time-Based Data
  • Implementing a Job Queue with Redis
  • Extending Redis
  1. Redis Administration and Maintenance
  • Configuring Persistence (Snapshotting, AOF)
  • Starting a Redis Slave
  • Handling a Dataset Larger Than Memory
  • Upgrading Redis
  • Backing up Redis
  • Sharding Redis

Credits and References

About LCK#144 databasesredisbook
Project Source on GitHub Return to the Project Catalog

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

LittleArduinoProjects LittleModelArt More on my blog