reisbel / test-azure-redis-connection

Console app to test the connection to an Azure Redis

Repository from Github https://github.comreisbel/test-azure-redis-connectionRepository from Github https://github.comreisbel/test-azure-redis-connection

test-azure-redis-connection

Console app to test the connection to an Azure Redis

Steps

Clone repository

git clone https://github.com/reisbel/test-azure-redis-connection.git && cd test-azure-redis-connection

Edit the connection parameters in the Program.cs file

//Update values
const string OUR_NODE = "YOUR_NODE_HERE";
const string PRIMARY_ACCESS_KEY = "YOUR_PRIMARY_KEY_HERE";
const string REDIS_CONNECTION_STRING = "YOUR_CONNECTION_STRING_HERE";

Build and execute the application with the Visual Studio

License

MIT - See LICENSE for more information.

About

Console app to test the connection to an Azure Redis


Languages

Language:C# 100.0%