suspend fun RedisClient.sortAwait(key: String, options: SortOptions): JsonArray
Sort the elements in a list, set or sorted set
key - Key string
key
options - Sort options
options
handler - Handler for the result of this call.
handler
Return