Redis Cookbook - Helion
ISBN: 978-14-493-1541-2
stron: 74, Format: ebook
Data wydania: 2011-07-25
Księgarnia: Helion
Cena książki: 59,42 zł (poprzednio: 69,09 zł)
Oszczędzasz: 14% (-9,67 zł)
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 Redis
- Explore several methods for installing Redis
- Connect to Redis in a number of ways, ranging from the command line to popular languages such as Python and Ruby
- Solve a range of needs, from linked datasets to analytics
- Handle backups, sharding, datasets larger than available memory, and many other tasks
Osoby które kupowały "Redis Cookbook", wybierały także:
- MongoDB w akcji 89,00 zł, (44,50 zł -50%)
- NoSQL. Przyjazny przewodnik 69,00 zł, (34,50 zł -50%)
- NoSQL. Kompendium wiedzy 39,00 zł, (19,50 zł -50%)
- Wprowadzenie do systemów baz danych. Wydanie VII 179,00 zł, (134,25 zł -25%)
- Wprowadzenie do systemów baz danych. Wydanie VII 179,00 zł, (134,25 zł -25%)
Spis treści
Redis Cookbook eBook -- spis treści
- Redis Cookbook
- Preface
- Introduction
- Conventions Used in This Book
- Using Code Examples
- Safari Books Online
- How to Contact Us
- Content Updates
- Acknowledgements
- 1. An Introduction to Redis
- When to use Redis
- Installing Redis
- Using Redis Data Types
- 2. Clients
- Using Redis from the Command Line
- Using Redis from Python with redis-py
- Using Redis from Java with Jedis
- Using Redis from Ruby with redis-rb
- Using Redis with Ruby on Rails
- 3. Leveraging Redis
- Using Redis as a Key/Value Store
- Inspecting Your Data
- Implementing OAuth on Top of Redis
- Using Rediss 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
- Manipulating Compressed Data
- 4. Redis Administration and Maintenance
- Configuring Persistence
- Starting a Redis Slave
- Using Redis As a Memcache Replacement
- Upgrading Redis
- Backing Up Redis
- High Availability with Sentinel
- Sharding Redis
- A. Finding Help
- About the Authors
- Colophon
- Copyright