500 B
500 B
Set Key
Description
Set the value of stored key
from DragonflyDB.
Usage
Arguments:
0: STRING - Name of stored Key
1: [ARRAY|STRING|NUMBER|BOOL] - Value to store in key (default: [])
Examples:
["test", ["Hello World!"]] call dragonfly_db_fnc_set (Server or Singleplayer Only)
["test", ["Hello World!"]] remoteExecCall ["dragonfly_db_fnc_set", 2, false] (Multiplayer Only)
Links
Delete Key | Get Key | Set Key