issues
search
whitfin
/
cachex
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
https://hexdocs.pm/cachex/
MIT License
1.6k
stars
103
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`:ets.lookup` error from Cachex Overseer Table
#388
probably-not
opened
4 days ago
4
fix the doc test for cachex
#387
xiaoqianghan
opened
2 weeks ago
0
Document that keys must implement `String.Chars` when using `Cachex.Router.Ring`
#386
probably-not
opened
2 weeks ago
2
Small documentation issues
#385
Cikey
closed
2 weeks ago
2
Add support for startup matching documentation
#384
whitfin
closed
3 weeks ago
0
Starting `Cachex` via `Supervisor.start_link`
#383
lucavenir
closed
3 weeks ago
4
Cachex function-names break Elixir naming convention
#382
michielfbr
opened
1 month ago
3
Update migration doc to include hook option name change
#381
mindok
closed
1 month ago
1
No longer possible to start Cachex using Supervisor.child_spec/2?
#380
HansGlimmerfors
closed
1 month ago
3
Add clause to Cachex.unwrap_unsafe/1 to allow unwrapping calls to Cac…
#379
HansGlimmerfors
closed
1 month ago
1
Combine `count/2` and `size/2` to flatten API space
#378
whitfin
closed
1 month ago
0
Add new overview guide and automation
#377
whitfin
closed
1 month ago
0
Consider removing `Cachex.count/2` in favour of `Cachex.size/2`
#376
whitfin
closed
1 month ago
1
Improve performance and lower overhead in Janitor services
#375
whitfin
closed
1 month ago
0
Remove :stats and :limit from the list of cache options
#374
whitfin
closed
1 month ago
0
Replace :initial with :default
#373
whitfin
closed
1 month ago
0
Remove fallback options from cache states
#372
whitfin
closed
1 month ago
0
Remove fallbacks from a cache state
#371
whitfin
closed
1 month ago
1
Revisit parameter names and make things more intuitive
#370
whitfin
closed
1 month ago
0
Refactor save/restore functions and disk internals
#369
whitfin
closed
1 month ago
0
Remove Cachex.Policy in favour of hooks
#368
whitfin
closed
1 month ago
2
Avoid running Janitor services until expirations are created
#367
whitfin
closed
1 month ago
0
Cache imports should return the number of imported records
#366
whitfin
closed
1 month ago
0
Test new approaches for persisting caches to disk
#365
whitfin
closed
1 month ago
1
Refactor documentation and layout within generated documentation
#364
whitfin
closed
1 month ago
0
Migrate interval/0 to :interval
#363
whitfin
closed
1 month ago
0
Add an experimental LRU caching policy
#362
whitfin
closed
1 month ago
0
Update documentation for accuracy with Cachex v4.x
#361
whitfin
closed
1 month ago
0
Refactor cache entry names and options
#360
whitfin
closed
1 month ago
0
Rename Cache entry components to be clearer
#359
whitfin
closed
1 month ago
0
Minor updates to documentation to slim down README
#358
whitfin
closed
2 months ago
0
Replace libring with Discord's hash ring
#357
whitfin
closed
2 months ago
0
Refactor test modules and naming conventions
#356
whitfin
closed
2 months ago
0
Raise minimum Elixir requirement from v1.7
#355
whitfin
closed
1 month ago
1
Strip out :qlc from LRW implementation
#354
whitfin
closed
2 months ago
0
Refactor cluster based dispatch and enable customizable routers
#353
whitfin
closed
2 months ago
1
refactor: replace QLC with plain `ets:select/{1,3}`
#352
hauleth
closed
2 months ago
4
dialyxir error in cachex/hook.ex:171:pattern_match_cov
#351
paulsabou
closed
3 months ago
2
Raise minimum version to Elixir v1.7
#350
whitfin
closed
4 months ago
0
Drop support for Elixir < 1.7
#349
whitfin
closed
4 months ago
0
Ensure fetch fallback is called once per key per ttl
#348
camilleryr
closed
4 months ago
2
Fetch can allow multiple executions of `fallback` function
#347
camilleryr
closed
4 months ago
5
Improve documentation on distributed caches
#346
whitfin
closed
1 month ago
2
Create an abstraction over cluster state and routing
#345
whitfin
closed
2 months ago
0
Migrate from using jump hashing to libring
#344
whitfin
closed
2 months ago
0
Migrate warmer async flags to better naming structures
#343
whitfin
closed
7 months ago
0
Add a new :wait option to control Cachex.warm/2
#342
whitfin
closed
7 months ago
0
Allow warmers to be have named processes
#341
whitfin
closed
7 months ago
0
Abstract out provisioning across all component types
#340
whitfin
closed
7 months ago
0
Rename transactional to transactions in options structs
#339
whitfin
closed
7 months ago
0
Next