ServiceStack.Redis.RedisNativeClient.Exec C# (CSharp) Method

Exec() private method

Requires custom result parsing
private Exec ( ) : void
return void
        internal void Exec()
        {
            SendWithoutRead(Commands.Exec);
        }
RedisNativeClient