public void Info_Should_Return_Valid_Informatino() { var response = Sut.GetInfo(); Assert.NotNull(response); Assert.True(response.Any()); Assert.Equal(response["os"], "Windows"); Assert.Equal(response["tcp_port"], "6379"); }
public Dictionary <string, string> GetCacheInfo() { return(cacheClient.GetInfo()); }