spacex / src /cache

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

use redis pipeline to set multiple values at once
c762f9c

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 (#386)
abc59b2
unverified

alamin655 commited on

Update redis_cacher.rs
fc830c4
unverified

alamin655 commited on

Updated redis_cacher.rs
8954207
unverified

S Dheeraj commited on

#385 issue resolved
dc5fa84

S Dheeraj commited on

🧹 chore: make clippy happy (#244)
d33129c

neon_arch commited on

🛠️ fix: improve the documentation for the code (#244)
578c7bc

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

🧹 chore: make github actions happy (#205)
1a22221

neon_arch 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: add error.rs module (#180)(#178)
5f1a439

neon_arch commited on

⚙️ refactor: add new pooling error type for pooling code (#180)(#178)
01d8c7a

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

make format happy
cecffe4

XFFXFF 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