Skip to content

Commit

Permalink
docs: the fetch\fetchpost commands now also support disk-caching
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Mar 20, 2024
1 parent 653387c commit 82d686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
📇: uses an index when available.
🤯: loads entire CSV into memory, though `dedup`, `stats` & `transpose` have "streaming" modes as well.
😣: uses additional memory proportional to the cardinality of the columns in the CSV.
🧠: expensive operations are memoized (cached) with available inter-session Redis caching for fetch commands.
🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands.
🗄️: [Extended input support](#extended-input-support).
🐻‍❄️: command powered by [Pola.rs](https://pola.rs) engine.
🤖: command uses Natural Language Processing & General AI techniques.
Expand Down

0 comments on commit 82d686d

Please sign in to comment.