CSharpUtils._45.Tests.RedisClientTest._CommandTestAsync C# (CSharp) Метод

_CommandTestAsync() публичный Метод

public _CommandTestAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task
		public async Task _CommandTestAsync()
		{
			var RedisClient = new RedisClientAsync();
			/*
			await RedisClient.Connect("localhost", 6379);
			Console.WriteLine((await RedisClient.Command("set", "hello-csharp", "1")).ToJson());
			Console.WriteLine((await RedisClient.Command("get", "hello-csharp")).ToJson());
			*/
		}