- fix(lua): Fix time parsing in limit cache (
b7d0605)
- build(fix): Change docker-compose to docker compose (
e701a9e)
-
docs: updated wording on instance docs (
ca65f4e) -
docs: add class/instance method documentation (
027344d)
-
fix(cache): support for unpassed default args (#39)
-
feat(cache): support caching functions with positional-only arguments
BREAKING CHANGE: requires Python version >= 3.8
- fix(cache): cache params with defaults not passed as args
Co-authored-by: Taylor Hakes <taylorhakes@users.noreply.github.com> (4432b14)
- feat(cache): support caching functions with positional-only arguments
BREAKING CHANGE: requires Python version >= 3.8 (68f00ab)
- feat(active-flag): added the ability to disable the cache (
1d27b9a)
- feat(cluster): add ability to disable braces by not supporting cluster (
939f046)
- fix(build): add redis to install_requires (#33) (
3a21ccd)
- fix(keys): update keys to be in same key space (#30) (
8b03459)
- feat(keys): keep keys sorted and fix key format (#28)
BREAKING CHANGE: key format fix (aa554ee)
- fix(build): update release order (
db88117)
- fix(release): fix version change (
d434cb6)
- fix(build): fetch depth (
18fd8af)
- fix(release): fix missing permission (
d4136e1)
-
docs: remove version badge (
f0810d2) -
docs: update readme badge (
bdbe5e1) -
docs(readme): add exception_handler into signature (
8bb9193) -
docs(readme): add note about decode_responses (
9471fb0) -
docs(readme): update docs about exception_handler parameter (
70d48c1)
- feat(exceptions): add ability to handle redis exceptions (
dad5ac0)
-
test: update python versions in tests (
3e4afdb) -
test: bump redis from 3.5.3 to 4.4.4 (#22)
Bumps redis from 3.5.3 to 4.4.4.
updated-dependencies:
- dependency-name: redis dependency-type: direct:development ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3c3674f)
- test: change name of test (
0ee3e81)
- fix(perf): update list to set (
a4984bb)
- fix(cache): Fix bug in variable args (
3dce0e7)
- test: add test for args, kwargs mix (
68f09ba)
- docs(readme): update docs to specify Python 3.7 (
145693d)
- feat: fix caching to work on cluster (
69c1377)
- fix: update key names to prevent bug
BREAKING CHANGE: changes key algorithm to avoid bug with name conflict
Use copy_old_keys to migrate data. (c9efd2d)
-
build(actions): add commit message validation on PRs (
f2f8f35) -
build(workflow): update cron to run once every 10 days (
f8c086d) -
build(workflow): add stale github issue closer (
90b9358)
-
doc(README): update readme mget (
1401856) -
Merge pull request #9 from AdrianDeAnda/python-310
Add Python 3.10 tests to Github Actions (1c4e6c1)
- Add Python 3.10 tests to Github Actions (
fc8dbb5)
- feat: key_serializer for custom serialization (
1d4d1eb)
- fix: add newline to pyproject.toml (
d6677a4)
-
bugfix: Add missing pyproject.toml (
fd89d46) -
bugfix: correct release.yml format (
7b37dfd) -
bugfix: add release.yml (
0df737c) -
Change python_requires to >3.6 (
a6ca0f1) -
Merge pull request #6 from AdrianDeAnda/python-39
Add support for Python 3.9 (3f5334f)
-
Add support for Python 3.9 (
ce1768d) -
Commit new version (
0f7d0d4) -
Merge pull request #3 from lfvilella/master
Fixing invalidate_all (68132cb)
-
fix review (
e3a0f16) -
Code review changes
- test in different redis versions
- fixing invalidate_all (
5335b70)
-
test in different redis versions (
4cac5d8) -
- Make zrange works by adding zadd
- always clear the cache on tests (
69e8815)
-
CI test in different python versions (#1) (
60e7c71) -
update readme and define py versions (
c3ba154) -
Create CI.yml (
bb064c5) -
refactoring tests (
5d6be6c) -
refactoring tests (
d2afb81) -
Revert "fixing invalidate_all"
This reverts commit 3c8194c85c66d46209e09de3657530641503d408. (c6c56ce)
-
fix cache key (
f2b35f8) -
fixing invalidate_all (
3c8194c) -
Fix bug in calling cache twice (
98c4daf) -
Fixed mget test to check values (
4665045) -
Add basic multi get (
2dc865e) -
Remove hashing to avoid collisions on key values (
8a89e7d) -
Fixed bug for deserializer and serializer that returns bytes (
4643c9e) -
Added link to pickle security issues (
99d623b) -
Add test for pickle and custom serializer (
b1564d4) -
Changed the requirements to be clear the version could be higher (
669fee9) -
Add test.sh script to run docker tests (
300dd48) -
Update wording on readme (
496bf6f) -
Add explanation of how to call the function (
f5dfc65) -
Fix formatting (
c49d5b0) -
Updated readme to provide more detail on ttl and limit parmeters (
238e5f0) -
Save values in cache if it doesn't exist (
7855cdd) -
Update readme formatting (
8c31654) -
Updated readme with invalidate API (
0521037) -
Added invalidate and invalidate_all (
75fba53) -
Add lua updates (
29693cd) -
Add tests against real redis (
173dc01) -
Updated readme (
100e3a0) -
Add API docs (
0bd5786) -
Update readme (
933712b) -
Add python code (
a033d79) -
Initial commit (
5135a44)