Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sergofan's full-sized avatar
🤐
Working

Sergofan sergofan

🤐
Working
View GitHub Profile
// in startup.cs
using StackExchange.Redis;
public void ConfigureServices(IServiceCollection services)
{
ConfigurationOptions options = new ConfigurationOptions()
{
EndPoints = { { "remote.server.url", 6380 } },
Ssl = true,
Password = "password"