Redis Cookbook Practical Techniques For Fast Data Manipulation

Download Redis Cookbook Practical Techniques For Fast Data Manipulation PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Redis Cookbook Practical Techniques For Fast Data Manipulation book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Redis Cookbook

Author: Tiago Macedo
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2011-07-25
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
Redis Cookbook

Author: Tiago Macedo
language: en
Publisher: "O'Reilly Media, Inc."
Release Date: 2011-07-25
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
Introducción a las bases de datos NSQL clave-valor usando Redis

En este libro se ofrece una introducción a las bases de datos NoSQL utilizando como elemento de ilustración Redis, una base de datos de tipo clave-valor, Se estructura en dos partes, En la primera, se describen los conceptos fundamentales de las bases de datos NoSQL, y en la segunda, se introduce Redis, Se explica su instalación, el modelo y las estructuras de datos, aspectos sobre replicación, particionamiento y tipos de persistencia, y algunos aspectos de administración de Redis, En el último capítulo se describe un ejemplo de aplicación real de este sistema,