REDIS STACK FOR APPLICATION MODERNIZATION build real-time multi-model applications at any scale with Redis
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Fugaro, L., & Ortensi, M. (2023). REDIS STACK FOR APPLICATION MODERNIZATION: build real-time multi-model applications at any scale with Redis (1st edition.). Packt Publishing Ltd..
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Fugaro, Luigi and Mirko, Ortensi. 2023. REDIS STACK FOR APPLICATION MODERNIZATION: Build Real-time Multi-model Applications At Any Scale With Redis. Birmingham, UK: Packt Publishing Ltd.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Fugaro, Luigi and Mirko, Ortensi. REDIS STACK FOR APPLICATION MODERNIZATION: Build Real-time Multi-model Applications At Any Scale With Redis Birmingham, UK: Packt Publishing Ltd, 2023.
Harvard Citation (style guide)Fugaro, L. and Ortensi, M. (2023). REDIS STACK FOR APPLICATION MODERNIZATION: build real-time multi-model applications at any scale with redis. 1st edn. Birmingham, UK: Packt Publishing Ltd.
MLA Citation, 9th Edition (style guide)Fugaro, Luigi,, and Mirko Ortensi. REDIS STACK FOR APPLICATION MODERNIZATION: Build Real-time Multi-model Applications At Any Scale With Redis 1st edition., Packt Publishing Ltd., 2023.
Staff View
Grouping Information
Grouped Work ID | ca1b1fc5-3dca-9a30-1f37-2c293ab76792-eng |
---|---|
Full title | redis stack for application modernization build real time multi model applications at any scale with redis |
Author | fugaro luigi |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:33:10AM |
Book Cover Information
Image Source | google_isbn |
---|---|
First Loaded | Feb 5, 2025 |
Last Used | Feb 5, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:27:38 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:28:54 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07508cam a22004817a 4500 | ||
---|---|---|---|
001 | on1416100848 | ||
003 | OCoLC | ||
005 | 20241217082548.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 231229s2023 enk o 000 0 eng d | ||
019 | |a 1416189388 | ||
020 | |a 9781837637591|q (electronic bk.) | ||
020 | |a 1837637598|q (electronic bk.) | ||
035 | |a (OCoLC)1416100848|z (OCoLC)1416189388 | ||
037 | |a 9781837638185|b O'Reilly Media | ||
040 | |a YDX|b eng|c YDX|d OCLCO|d ORMDA|d OCLCO|d EBLCP|d UKAHL|d OCLCQ|d TOH|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.9.D35 | |
082 | 0 | 4 | |a 005.7/3|2 23/eng/20240109 |
100 | 1 | |a Fugaro, Luigi,|e author. | |
245 | 1 | 0 | |a REDIS STACK FOR APPLICATION MODERNIZATION|h [electronic resource] :|b build real-time multi-model applications at any scale with Redis /|c Luigi Fugaro, Mirko Ortensi. |
250 | |a 1st edition. | ||
260 | |a Birmingham, UK :|b Packt Publishing Ltd.,|c 2023. | ||
300 | |a 1 online resource | ||
505 | 0 | |a Cover -- Title Page -- Copyright -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to Redis Stack -- Chapter 1: Introducing Redis Stack -- Technical requirements -- Exploring the history of Redis -- The open source project -- From key-value to multi-model real-time databases -- Primary key lookup -- Secondary key lookup -- Pipelining -- Using functions -- Using indexes -- Redis Stack capabilities -- So, what is Redis Stack? -- Redis Stack deployment types -- Summary -- Chapter 2: Developing Modern Use Cases with Redis Stack -- Technical requirements | |
505 | 8 | |a Caching, rate-limiting, geo-positioning, and other Redis traditional use cases -- Caching -- Session store -- Rate limiter -- Leaderboards -- Data deduplication -- Geo-positioning -- Message processing and delivery -- Going beyond the real-time cache with Redis Stack -- Querying, indexing, and search -- Monitoring and analysis -- Fraud detection -- Feature store for machine learning -- Designing microservice architectures with Redis Stack -- API gateway -- Summary -- Chapter 3: Getting Started with Redis Stack -- Installing Redis Stack using binary packages | |
505 | 8 | |a Installing Redis Stack using native packages -- macOS-native package -- Linux-native package -- Running Redis Stack using Docker -- Using Redis Cloud -- Installing RedisInsight -- Installing the Redis Stack client libraries -- Java client library -- JavaScript client library -- Python client library -- Golang client library -- C#/.NET client library -- Running health checks -- Summary -- Chapter 4: Setting Up Client Libraries -- Technical requirements -- Redis Stack client libraries -- Programming in Python using redis-py -- Storing information in Redis Stack using Python -- Redis OM for Python | |
505 | 8 | |a Programming in Java using Jedis -- Storing information in Redis Stack using Java -- Redis OM for Java -- Programming in JavaScript using node-redis -- Redis OM for JavaScript -- Programming in Go using go-redis -- Storing information in Redis Stack using Go -- Programming in C#/.NET using NRedisStack -- Storing information in Redis Stack using C#/.NET -- Redis OM for C#/.NET -- Summary -- Part 2: Data Modeling -- Chapter 5: Redis Stack as a Document Store -- Technical requirements -- Storing and querying documents in Redis Stack -- The dialect and other configuration parameters | |
505 | 8 | |a The query language -- Simple terms -- Using field modifiers -- Intersection of results (AND) -- Union of results (OR) -- Exact query matches -- Stop words -- Negation and purely negative queries -- Prefix, infix, and suffix queries -- Wildcard matching -- Fuzzy matching -- Numeric filters -- Tag filters -- Geospatial filters -- Aggregation and transformation -- Cursor-based requests -- Faceted search using aggregations -- Updating an index in production -- Temporary indexes -- Additional commands -- Working with Hashes -- Highlighting and summarizing -- Synonyms support -- Spellchecking | |
520 | |a Discover the multi-model capabilities of Redis Stack as a document store and vector database, with support for time series, stream processing, probabilistic data structures, and more Key Features Model, index, and search data using JSON and vector data types Modernize your applications with vector similarity search, documents hybrid search, and more Configure a scalable, highly available, and secure server using RedisInsight Purchase of the print or Kindle book includes a free PDF eBook Book Description In modern applications, efficiency in both operational and analytical aspects is paramount, demanding predictable performance across varied workloads. This book introduces you to Redis Stack, an extension of Redis and guides you through its broad data modeling capabilities. With practical examples of real-time queries and searches, you'll explore Redis Stack's new approach to providing a rich data modeling experience all within the same database server. You'll learn how to model and search your data in the JSON and hash data types and work with features such as vector similarity search, which adds semantic search capabilities to your applications to search for similar texts, images, or audio files. The book also shows you how to use the probabilistic Bloom filters to efficiently resolve recurrent big data problems. As you uncover the strengths of Redis Stack as a data platform, you'll explore use cases for managing database events and leveraging introduce stream processing features. Finally, you'll see how Redis Stack seamlessly integrates into microservices architectures, completing the picture. By the end of this book, you'll be equipped with best practices for administering and managing the server, ensuring scalability, high availability, data integrity, stored functions, and more. What you will learn Get started with data modeling using JSON and hash documents, vectors, and time series Implement microservices patterns and resolve typical use cases Use probabilistic data structures to analyze datasets and streams Integrate Redis Stack into your Java, Python, C#, Golang, and Node.js projects Develop powerful data flows using triggers and stream processing features Manage your database server for scalability, high availability, and security Visualize and manage your data with RedisInsight Who this book is for This book is for database administrators, database developers, software developers, and software architects who want to discover the powerful real-time, multi-model capabilities of the Redis Stack database. A basic understanding of Redis and databases in general, coupled with software development skills in at least one of Java, Python, C#, Golang, or JavaScript languages will help you understand the concepts covered in this book. | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a Redis (Data structure store) |
650 | 0 | |a Data structures (Computer science)|9 35539 | |
650 | 0 | |a Application software|x Development.|9 70680 | |
700 | 1 | |a Ortensi, Mirko,|e author. | |
776 | 0 | 8 | |i Print version:|z 1837638187|z 9781837638185|w (OCoLC)1408649395 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781837638185/?ar|x O'Reilly|z eBook |
938 | |a Askews and Holts Library Services|b ASKH|n AH41898096 | ||
938 | |a YBP Library Services|b YANK|n 305911785 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL31041459 | ||
994 | |a 92|b VIA | ||
999 | |c 360370|d 360370 |