This operation has been disabled in the commmand-map cannot be used =: SET, error while connecting redis sentinel. Here is the code sample..
`var options = new ConfigurationOptions
{
EndPoints = { "host1:26379", "host2:26379", "host3:26379" },
ServiceName = "mymaster",
CommandMap = CommandMap.Sentinel,
Password = ********
};
var connection = ConnectionMultiplexer.SentinelConnect(options);
var db = connection.GetDatabase();
db.StringSet("mykey", "myvalue");`
trying to update redis sentinel