Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Redis Stack for Application Modernization

You're reading from  Redis Stack for Application Modernization

Product type Book
Published in Dec 2023
Publisher Packt
ISBN-13 9781837638185
Pages 336 pages
Edition 1st Edition
Languages
Authors (2):
Luigi Fugaro Luigi Fugaro
Profile icon Luigi Fugaro
Mirko Ortensi Mirko Ortensi
Profile icon Mirko Ortensi
View More author details

Table of Contents (18) Chapters

Preface Part 1: Introduction to Redis Stack
Chapter 1: Introducing Redis Stack Chapter 2: Developing Modern Use Cases with Redis Stack Chapter 3: Getting Started with Redis Stack Chapter 4: Setting Up Client Libraries Part 2: Data Modeling
Chapter 5: Redis Stack as a Document Store Chapter 6: Redis Stack as a Vector Database Chapter 7: Redis Stack as a Time Series Database Chapter 8: Understanding Probabilistic Data Structures Part 3: From Development to Production
Chapter 9: The Programmability of Redis Stack Chapter 10: RedisInsight – the Data Management GUI Chapter 11: Using Redis Stack as a Primary Database Chapter 12: Managing Development and Production Environments Index Other Books You May Enjoy

Programming in C#/.NET using NRedisStack

.NET Framework boasts a comprehensive standard library, streamlining many development tasks. It provides a myriad of built-in functionalities, reducing the need for external libraries and helping you to build applications more efficiently.

While .NET Framework has traditionally been Windows-centric, the introduction of .NET Core extends support to macOS and Linux. This ensures your applications can reach a broader audience without significant code changes.

To work with Redis Stack in a C#/.NET environment, you would typically use the StackExchange.Redis package. It’s a high-performance, fully featured client dedicated to Redis for .NET. Before incorporating the package, ensure that .NET is properly configured on your system. As of the time this content was crafted, the version referenced was .NET 7.0.

To install the C#/.NET Redis client library, follow these steps:

Install-Package StackExchange.Redis

Let’s dive into...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}