Skip to content

Instantly share code, notes, and snippets.

@rockyburt
Created May 1, 2022 22:10
Show Gist options
  • Save rockyburt/6b1c843f7b58a162cc78cc4a43c99f30 to your computer and use it in GitHub Desktop.
Save rockyburt/6b1c843f7b58a162cc78cc4a43c99f30 to your computer and use it in GitHub Desktop.
127.0.0.1:6380> FT.AGGREGATE rentals:default:idx:rentallisting:default @type:{_invalid|condo|apartment|bachelor|basement|studio|duplex|loft|house|town_house|multi_unit|cabin|cottage|room|private_room|shared_room} LOAD 1 @__key APPLY "@highlight_status_value * 100" AS rank SORTBY 4 @rank DESC @modified DESC LIMIT 9999 1
1) (integer) 15599
2) 1) "__key"
2) "rentals:default:doc:rentallisting:item:cmVudGFsbGlzdGluZzo1NjExNDY="
3) "highlight_status_value"
4) "0"
5) "rank"
6) "0"
7) "modified"
8) "1649256837.94"
127.0.0.1:6380> FT.AGGREGATE rentals:default:idx:rentallisting:default @type:{_invalid|condo|apartment|bachelor|basement|studio|duplex|loft|house|town_house|multi_unit|cabin|cottage|room|private_room|shared_room} LOAD 1 @__key APPLY "@highlight_status_value * 100" AS rank SORTBY 4 @rank DESC @modified DESC LIMIT 10000 1
1) (integer) 15599
127.0.0.1:6380> FT.AGGREGATE rentals:default:idx:rentallisting:default @type:{_invalid|condo|apartment|bachelor|basement|studio|duplex|loft|house|town_house|multi_unit|cabin|cottage|room|private_room|shared_room} LOAD 1 @__key APPLY "@highlight_status_value * 100" AS rank SORTBY 4 @rank DESC @modified DESC LIMIT 10001 1
(error) OFFSET exceeds maximum of 10000
127.0.0.1:6380>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment