issues
search
jaemk
/
cached
Rust cache structures and easy function memoization
MIT License
1.57k
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
minor cut n paste typo in disk_store example
#182
jqnatividad
closed
8 months ago
1
Disk cache
#181
jaemk
closed
9 months ago
1
Feature: Ability to configure (or reconfigure) a SizedCache `size` based on runtime data
#180
hcldan
opened
9 months ago
4
Unnecessary `&mut V` with `get_or_set_with` and `try_get_or_set_with` (CachedAsync)
#179
hanako-eo
opened
9 months ago
0
Add missing license files
#178
danielmellado
closed
10 months ago
2
add fallback feature
#177
Raz-Hemo
closed
10 months ago
5
bump redis to 0.24.
#176
jqnatividad
closed
10 months ago
2
fix once async sync_writes deadlock
#175
Lesny
closed
1 year ago
1
Once with sync_writes and async causes deadlocks in tokio.
#174
Lesny
closed
1 year ago
0
Make ahash the default hashing algorithm
#173
FilipAndersson245
closed
1 year ago
1
`failed to resolve: could not find `async_sync` in `cached``
#172
gitmalong
closed
1 year ago
2
Allow the use of ahash as the default hasher for more then redis.
#171
FilipAndersson245
closed
1 year ago
8
Synced `README.md` and `Cargo.toml`
#170
CommanderStorm
closed
1 year ago
3
bump hashbrown from 0.13 to 0.14
#169
jqnatividad
closed
1 year ago
1
Cannot call *_no_cache function
#168
jqnatividad
closed
1 year ago
3
Remove tokio dep and async feature by default
#167
omid
closed
1 year ago
1
Add origin function
#166
omid
closed
1 year ago
1
Also generate the fresh data function
#165
omid
closed
1 year ago
2
Retrieve cache expiration time from cached function result
#164
inferrna
opened
1 year ago
0
Any plan on Set collection?
#163
lzy1g1225
opened
1 year ago
1
Cannot use `inner` as parameter name
#162
gitmalong
closed
1 year ago
2
Remove `#[doc(hidden)]` attribute from the `stores` module
#161
samoylovfp
closed
1 year ago
2
Documentation on docs.rs for `stores` module does not exist
#160
samoylovfp
closed
1 year ago
0
Tokio included when not using async
#159
FilipAndersson245
closed
1 year ago
1
sync_writes isn't working correctly when different values for function parameters are used
#158
0xForerunner
opened
1 year ago
5
Allow reexport
#157
inferrna
opened
1 year ago
0
`async_once` is unsound
#156
Jules-Bertholet
closed
1 year ago
2
Additional `redis_connection_manager` for usage of `ConnectionManager` from `redis`
#155
a-nickol
closed
1 year ago
2
Add feature for usage of `redis::aio::ConnectionManager` to help to recover from redis server restarts
#154
a-nickol
closed
1 year ago
1
Remove lazy_static
#153
omid
closed
1 year ago
3
"Refactor" documentation
#152
Kijewski
closed
1 year ago
3
Relax ownership requirements on Cached<K,V>
#151
kvcache
closed
1 year ago
2
bump redis from 0.22 to 0.23; serial_test from 0.10 to 2
#150
jqnatividad
closed
1 year ago
1
Feature Request: Floating-Point ttl
#149
waterlubber
opened
1 year ago
4
How to get all cached values?
#148
gitmalong
closed
1 year ago
1
Update cached value asynchronously, outside the thread that returns the return value of the function
#147
kpears201
opened
1 year ago
1
Feature Request: bool function argument that forces a cache refresh.
#146
0xForerunner
opened
1 year ago
2
disk cache
#145
tirithen
closed
9 months ago
2
Consider only changing patch versions when making non breaking releases
#144
samanpa
opened
1 year ago
0
Lock once for `sync_writes`' `cached`
#143
omid
closed
1 year ago
2
Mio & Tokio causing wasm build to fail
#142
samdenty
opened
1 year ago
0
Cron-like cache clearing
#141
kitsuniru
opened
1 year ago
1
Feature request: Skip self field to allow caching methods
#140
Serock3
opened
1 year ago
0
Is it completely impossible to cache generic functions?
#139
mhvelplund
closed
1 year ago
3
check capacity and evict after insertion
#138
jaemk
closed
1 year ago
0
Inserting into SizedCache can cause the cache size to decrease
#137
randombit
closed
1 year ago
4
Errors seen while using AsyncRedisCache
#136
rajesh-blueshift
opened
1 year ago
0
Feature Request: Ignore certain function arguments
#135
phayes
opened
2 years ago
7
#![feature]` may not be used on the stable release channel from thiserror crate
#134
inferrna
opened
2 years ago
1
Cache an async function without calling `.await`
#133
absoludity
closed
2 years ago
8
Previous
Next