-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nebulex v3 #149
Open
cabol
wants to merge
1
commit into
master
Choose a base branch
from
v3.0.0-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Nebulex v3 #149
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
March 26, 2022 14:33
ea68edb
to
21b071c
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
August 29, 2022 09:26
4348690
to
88aa021
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
November 14, 2022 09:29
bab2a2d
to
5ffc3ab
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
November 20, 2022 15:19
75d8e95
to
dd1fe2a
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
November 26, 2022 12:31
1cb7913
to
8430506
Compare
cabol
force-pushed
the
master
branch
4 times, most recently
from
January 9, 2023 11:35
513272a
to
53e570d
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
January 29, 2023 09:54
142e5f9
to
01fbeaf
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
February 5, 2023 21:00
c6cd5c8
to
82b130a
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
March 26, 2023 13:01
f244396
to
71618d5
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
June 16, 2024 10:18
fb00f63
to
458fadc
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
July 7, 2024 14:41
e157be7
to
1768e4d
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
4 times, most recently
from
July 21, 2024 13:00
38fcc19
to
34df764
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
4 times, most recently
from
August 10, 2024 06:51
76067c5
to
e33c8e7
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
August 25, 2024 10:57
9e001f2
to
33124ab
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
5 times, most recently
from
September 13, 2024 10:43
c0fa358
to
5500585
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
3 times, most recently
from
September 29, 2024 11:45
07879a6
to
b1b4908
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
October 6, 2024 09:07
2869663
to
58e17a7
Compare
cabol
force-pushed
the
v3.0.0-dev
branch
2 times, most recently
from
October 20, 2024 09:05
df5283a
to
3a40fc8
Compare
- Ok/Error tuple Cache API. - Unify `all` and `get_all` into one callback `get_all`. - Remove deprecated module `Nebulex.Hook`. - Use `NimbleOptions` to define and validate cache options. - Move adapters to separate repositories. - All commands optionally support a dynamic cache as the first argument. - Deprecate `Nebulex.Adapter.Stats` in favor of `Nebulex.Adapter.Info`. - Deprecate `Nebulex.Adapter.Persistence` behaviour. - Telemetry events for cache commands out-of-box. - Rename the Telemetry metadata field from `:function_name` to `:command`. - Option `:bypass_mode` to skip the cache while running tests - Changes and improvements on Decorator API. - Fix possible inconsistencies on decorators when using references (#215) - Option `:keep_ttl` to determine whether to retain the TTL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.