Skip to content

reisbel/test-azure-redis-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages