Major Update 01012025@1335
All checks were successful
Build / Build (push) Successful in 56s

This commit is contained in:
Jacob Schmidt 2025-01-01 13:41:26 -06:00
parent 4b6de40439
commit a97d3a5285
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -483,7 +483,7 @@ namespace ArmaDragonflyClient
{
Task.Run(async () =>
{
string _uniqueID = $"{_id}_hget";
string _uniqueID = $"{_id}_hgetid";
if (argsCnt == 3)
await DragonflyDB.DragonflyHashGetAsync(argsArr[0].Trim('"'), argsArr[1].Trim('"'), argsArr[2].Trim('"'), _uniqueID);
if (argsCnt == 4)