CSharpUtils._45.Tests.RedisClientTest._CommandTestAsync C# (CSharp) Method

_CommandTestAsync() public method

public _CommandTestAsync ( ) : System.Threading.Tasks.Task
return 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());
			*/
		}