.NET Core Tutorial Request
snarlynarwhal opened this issue · 2 comments
snarlynarwhal commented
Hello, I would love to use RediSQL with C#/.NET Core.
siscia commented
I would love to help with this, but unfortunately I have zero experience in C# / .NET
It should not be difficult to get started by yourself thought, you just need a way to send custom commands to redis that should already be implemented (maybe a little hidden) in most libraries.
snarlynarwhal commented
Ah, got it! Thank you. For anyone else that stumbles upon this: if you use StackExchange.Redis, just use db.Execute
.