spacex / src /cache /cacher.rs

Commit History

:zap: perf: several optimizations for improving the performance of the engine (#540)
991f3f5
unverified

neon_arch Spencerjibz commited on

πŸ› Undeclared mini-mocha crate error when building the app with features other than memory-cache #493 (#501)
fbf7363
unverified

abdulahad5112 commited on

add support for caching N number of key-values pairs instead of only 3
51214dc

Spencerjibz commited on

changed cache_results method to support multiple values
f5cf5f9

Spencerjibz commited on

✨ Compression and encryption for the cached search results (#443)
efa8efc
unverified

Evan Yang Spencer Najib alamin655 mergify[bot] neon_arch Spencerjibz spencer commited on

✨ Config option to customize the cache invalidation/expiry time (#403)
5a8d61f
unverified

ashwin123 commited on

:recycle: Refactor cache system (#399)
e704c26
unverified

ashwin123 alamin655 commited on

🧹 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