Jacob Schmidt 665561e29e
All checks were successful
Build / Build (push) Successful in 1m21s
feat(db): Implement hash deletion functions
This commit introduces functionality to delete hash values from the Dragonfly database. It includes two new functions: `hashDelete` for deleting a hash value by key, and `hashDeleteId` for deleting a hash value by both key and ID.

Key changes:

*   **`fnc_processQueue.sqf`:** Added cases for "hdel" and "hdelid" task types to process hash deletion requests, calling the corresponding `FUNC(hashDelete)` and `FUNC(hashDeleteId)` functions.
*   **`XEH_PREP.hpp`:** Added `PREP` definitions for `hashDelete` and `hashDeleteId` to enable event handlers for these functions.
2025-04-05 09:06:46 -05:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00
2025-03-21 00:31:20 -05:00
2025-01-01 09:33:04 -06:00
2025-01-01 09:33:04 -06:00

latest-release open-issues build-status

Welcome to ArmaDragonflyClient.

Experience next-level persistence in Arma 3 with our mod powered by C# .NET 8 and DragonflyDB. This ultra-fast in-memory data store offers unparalleled performance and scalability for your Arma 3 gameplay data management needs.

If something is broken, contact J. Schmidt92 or open a new issue on Gitea.


For more information, read the Docs.

For Roadmap, visit the project page. (WIP)

Contributors

  • Creedcoder for his contributions, help, input and time
Description
ArmaDragonflyClient an in-memory persistent database using DragonflyDB
Readme 71 MiB
2026-01-13 20:30:42 -06:00
Languages
C++ 48.2%
SQF 22.2%
C# 21.4%
Python 6.1%
Go 1.3%
Other 0.8%