Translate a Redis reply representing hash data into a SWI-Prolog dict. Array
is either a list of alternating keys and values or a list of pairs.
When translating to an array, this is always a list of alternating keys
and values.
Tag
is the SWI-Prolog dict tag.
History
Introduced in 8.3.10 (👉fa043fa) redis_array_dict/3 to simplify building new predicates that wish to exchange Redis hashes as dicts.