-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The SORT operation can utilize fields stored in hash values. For example:
SORT mylist BY hash_k_*->field
Or in the GET clause:
SORT mylist BY k_* GET hash_k_*->field
The operation is identified by the `->` char sequence. It identifies which hash key and field to retrieve. We need to add support for this option.
- is depended on by
-
JDG-7252 [RESP] SORT can't sort by hash
- Verified
- relates to
-
ISPN-15139 SORT + SORT_RO
- Resolved