edgarsanchez / FSRedisSamples

Redis samples in F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Redis Samples

This repo contains several Redis samples implemented in F#. So far I've got:

  • The .NET Core Quickstart in the src/RedisTest folder
    • The sample connects to an Azure Cache for Redis service, the instructions on how to set it up are here
    • The credentials for connecting to the Redis service are stored as secrets in the console app assembly, the instructions on how to do this are the same as for the C# example, the gist of it is the command dotnet user-secrets set CacheConnection "<cache name>.redis.cache.windows.net,abortConnect=false,ssl=true,password=<primary-access-key>", detailed instructions here
    • To run the sample, after doing the setup steps, get into the src/RedisTest folder and enter dotnet run

Comments and feedback are welcomed!

About

Redis samples in F#

License:MIT License


Languages

Language:F# 100.0%