Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 909 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 909 Bytes

Caches - Redis

Description / Descrição

[EN] This repository contains examples on how to create a Memory Cache, a Distributed Cache and Sessions using ASP.NET Core 2.2 and Redis on Azure.

[PT] Este repositório contém exemplos sobre como criar um Cache em memória, um Cache Distribuido e Sessões utilizando o ASP.NET Core 2.2 e o Redis on Azure.

How to run / Como executar

[EN] Change "<SUA_CONEXAO_REDIS>" with your connection in Redis in Azure and "<SUA_CONEXAO_SQLSERVER>" with your SQL Server connection if you want to use it in the appsetting.json file.

[PT] Troque o "<SUA_CONEXAO_REDIS>" com a sua conexão no Redis no Azure e o "<SUA_CONEXAO_SQLSERVER>" com sua conexão do SQL Server caso deseje utiliza-lo no arquivo appsetting.json.

Build Status

Build Status