surfx / src /cache /cacher.rs

Commit History

🧹 chore: make clippy happy (#244)
d33129c

neon_arch commited on

🛠️ fix: implement `hybrid` caching and improve documentation (#244)
03384d4

neon_arch commited on

Fix git rebase problems, and the failing doctest
e69126c

Zsombor Gegesy commited on

Rename features, make the memory-cache the default
1e7805c

Zsombor Gegesy commited on

Make the cache types compile time feature flags too, and make it more configurable!
76795c4

Zsombor Gegesy commited on

Remove unnecessary clones
320f5f4

Zsombor Gegesy commited on

Instead of caching jsons, we can cache the original structure
519ebe0

Zsombor Gegesy commited on

Cache refactor - add an in-memory cache, so redis is not needed
996ff84

Zsombor Gegesy commited on

Merge branch 'rolling' into change-document-style-with-linter-warnings
fb231de
unverified

neon_arch commited on

⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1

neon_arch commited on

⚙️ refactor: add clone trait to `RedisCache` struct (#180)(#178)
1de52de

neon_arch commited on

⚙️ refactor: implement async pooling for redis connections (#180)(#178)
db93c31

neon_arch commited on

Rename getter functions
99936bc

Trickshotblaster commited on

Rename Things, refactor some code
4402168

Milim commited on

refactor: reduce connections created with RedisCache
3c7edb8

XFFXFF commited on

add code to evade ip blocking, improve pagination code and fix documentation
c170de8

neon_arch commited on