MAP.SET
The MAP.SET command allows you to store or update a key-value pair within a map-type data structure …
MAP.CSET
The MAP.CSET command is used to create or overwrite a map at a specified key with a single key-value …
MAP.GET
The MAP.GET command allows users to retrieve values from a stored map object in the database.
MAP.DEL
The MAP.DEL command is used to delete either an entire map stored at a specific key or a specific …