Rating: Not rated
Tags: Computers, Databases, General, Systems Architecture, System Administration, Storage & Retrieval, Programming, Programming Languages, Software Development & Engineering, Systems Analysis & Design, Open Source, Project Management, Tools, Internet, Web, Search Engines, Web Programming, Lang:en
Publisher: Manning Publications
Added: July 8, 2020
Modified: November 5, 2021
Summary
SummaryRedis in Action introduces Redis and walks you
through examples that demonstrate how to use it effectively.
You'll begin by getting Redis set up properly and then
exploring the key-value model. Then, you'll dive into real
use cases including simple caching, distributed ad targeting,
and more. You'll learn how to scale Redis from small jobs to
massive datasets. Experienced developers will appreciate
chapters on clustering and internal scripting to make Redis
easier to use.About the TechnologyWhen you need
near-real-time access to a fast-moving data stream, key-value
stores like Redis are the way to go. Redis expands on the
key-value pattern by accepting a wide variety of data types,
including hashes, strings, lists, and other structures. It
provides lightning-fast operations on in-memory datasets, and
also makes it easy to persist to disk on the fly. Plus, it's
free and open source.About this bookRedis in Action
introduces Redis and the key-value model. You'll quickly dive
into real use cases including simple caching, distributed ad
targeting, and more. You'll learn how to scale Redis from
small jobs to massive datasets and discover how to integrate
with traditional RDBMS or other NoSQL stores. Experienced
developers will appreciate the in-depth chapters on
clustering and internal scripting.Written for developers
familiar with database concepts. No prior exposure to NoSQL
database concepts nor to Redis itself is required.
Appropriate for systems administrators comfortable with
programming.Purchase of the print book includes a free eBook
in PDF, Kindle, and ePub formats from Manning
Publications.What's InsideRedis from the ground
upPreprocessing real-time dataManaging in-memory
datasetsPub/sub and configurationPersisting to diskAbout the
AuthorDr. Josiah L. Carlson is a seasoned database
professional and an active contributor to the Redis
community.Table of ContentsPART 1 GETTING STARTEDGetting to
know RedisAnatomy of a Redis web applicationPART 2 CORE
CONCEPTSCommands in RedisKeeping data safe and ensuring
performanceUsing Redis for application supportApplication
components in RedisSearch-based applicationsBuilding a simple
social networkPART 3 NEXT STEPSReducing memory useScaling
RedisScripting Redis with Lua