dragonfly/docs/hashes/hashSet.md
Jacob Schmidt bf951fd1f6
Some checks failed
Build / Build (push) Failing after 39s
Initial Repo Setup
2025-01-01 09:33:04 -06:00

824 B

Hash Set

Description

Set the specified field to the respective value in the hash stored at key from DragonflyDB.

Usage

Arguments:
	0: STRING - Name of stored field in hash (default: "")
	1: [ARRAY|STRING|NUMBER|BOOL] - Value to store in hash field (default: [])

Examples:
	["loadout", [getUnitLoadout player]] call dragonfly_db_fnc_hashSet (Server or Singleplayer Only)
	["loadout", [getUnitLoadout player]] remoteExecCall ["dragonfly_db_fnc_hashSet", 2, false] (Multiplayer Only)

Hash Get | Hash Get ID | Hash Get All | Hash Get All ID | Hash Set | Hash Set ID | Hash Set Bulk | Hash Set Bulk ID