Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 602 Bytes

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.