Console app to test the connection to an Azure Redis
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
MIT - See LICENSE for more information.