I am not able to create a Cache when using Azure Redis Cache (Trail Version) and getting error - No connection is available to service this operation: SET testCache. Connection string I have used in application (C#) is same as provided on Azure portal
Working Case - Cache has been successfully created if I am using Redis command line tools and here the connection string I have mentioned is just localhost
Yogesh BajpaiPosted Apr 26, 2016, 2:06 AM
Shakti Singh DulawatPosted Apr 22, 2016, 4:52 AM
krishnaPosted Apr 22, 2016, 4:49 AM
As I mentioned in my previous post localhost is working fine but when I am going to connect Azure Redis cache via application it's throwing error at line StringSet("testCache", "test"), I have also expand the ConnectionMultiplexer object and found IsConnected = false & failure message = SocketFailure on PING.
I am also trying to connect Azure Redis cache using Redis Client (redis-cli.exe) with command redis-cli -h
Yogesh BajpaiPosted Apr 22, 2016, 4:35 AM
Shakti Singh DulawatPosted Apr 22, 2016, 3:20 AM
http://tostring.it/2015/04/23/An-easy-way-to-use-StackExchange-Redis%20copy/
https://github.com/StackExchange/StackExchange.Redis/blob/master/Docs/Configuration.md