Book Image

ServiceStack 4 Cookbook

Book Image

ServiceStack 4 Cookbook

Overview of this book

Table of Contents (18 chapters)
ServiceStack 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Working with Redis

In this chapter, we will look at the different ways in which we can use Redis. We'll also look at the different types of data we can store and how to work with those types in the following recipes:

  • Getting started with ServiceStack.Redis

  • Using Redis as a cache with the ServiceStack client

  • Using ServiceStack.Redis for publish/subscribe

  • Using the ServiceStack.Redis client to access a Redis list

  • Using Redis hash data structures in ServiceStack

  • Using Redis Set data structures in ServiceStack

  • Using typed data structures with ServiceStack and Redis

  • Scripting Redis with Lua