,

Redis Cookbook

Paperback Engels 2011 9781449305048
Verwachte levertijd ongeveer 16 werkdagen

Samenvatting

Two years since its initial release, Redis already has an impressive list of adopters, including Engine Yard, GitHub, Craigslist, and Digg. This open source data structure server is built for speed and flexibility, making it ideal for many applications. If you're using Redis, or considering it, this concise cookbook provides recipes for a variety of issues you're likely to face.

Each recipe solves a specific problem, and provides an in-depth discussion of how the solution works. You’ll discover that Redis, while simple in nature, offers extensive functionality for manipulating and storing data.Learn when it makes sense to use RedisExplore several methods for installing RedisConnect to Redis in a number of ways, ranging from the command line to popular languages such as Python and RubySolve a range of needs, from linked datasets to analyticsHandle backups, sharding, datasets larger than available memory, and many other tasks

Specificaties

ISBN13:9781449305048
Taal:Engels
Bindwijze:paperback
Aantal pagina's:76

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

Preface;
Introduction;
Conventions Used in This Book;
Using Code Examples;
Safari® Books Online;
How to Contact Us;
Content Updates;
Acknowledgements;
Chapter 1: An Introduction to Redis;
1.1 When to use Redis;
1.2 Installing Redis;
1.3 Using Redis Data Types;
Chapter 2: Clients;
2.1 Using Redis from the Command Line;
2.2 Using Redis from Python with redis-py;
2.3 Using Redis from Java with Jedis;
2.4 Using Redis from Ruby with redis-rb;
2.5 Using Redis with Ruby on Rails;
Chapter 3: Leveraging Redis;
3.1 Using Redis as a Key/Value Store;
3.2 Inspecting Your Data;
3.3 Implementing OAuth on Top of Redis;
3.4 Using Redis’s Pub/Sub Functionality to Create a Chat System;
3.5 Implementing an Inverted-Index Text Search with Redis;
3.6 Analytics and Time-Based Data;
3.7 Implementing a Job Queue with Redis;
3.8 Extending Redis;
3.9 Manipulating Compressed Data;
Chapter 4: Redis Administration and Maintenance;
4.1 Configuring Persistence;
4.2 Starting a Redis Slave;
4.3 Using Redis As a Memcache Replacement;
4.4 Upgrading Redis;
4.5 Backing Up Redis;
4.6 High Availability with Sentinel;
4.7 Sharding Redis;
Finding Help;
Colophon;

Managementboek Top 100

Rubrieken

    Personen

      Trefwoorden

        Redis Cookbook