Skip to content
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

Add support for hashmaps #719

Merged
merged 3 commits into from
Jan 29, 2024

Add support for hashmaps

09e53a1
Select commit
Loading
Failed to load commit list.
Merged

Add support for hashmaps #719

Add support for hashmaps
09e53a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2024 in 0s

22.0% of diff hit (target 61.8%)

View this Pull Request on Codecov

22.0% of diff hit (target 61.8%)

Annotations

Check warning on line 190 in django_redis/cache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/cache.py#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 194 in django_redis/cache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/cache.py#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 198 in django_redis/cache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/cache.py#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 202 in django_redis/cache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/cache.py#L201-L202

Added lines #L201 - L202 were not covered by tests

Check warning on line 206 in django_redis/cache.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/cache.py#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 874 in django_redis/client/default.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/default.py#L874

Added line #L874 was not covered by tests

Check warning on line 876 in django_redis/client/default.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_redis/client/default.py#L876

Added line #L876 was not covered by tests

Check warning on line 806 in tests/test_backend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_backend.py#L801-L806

Added lines #L801 - L806 were not covered by tests

Check warning on line 816 in tests/test_backend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_backend.py#L808-L816

Added lines #L808 - L816 were not covered by tests

Check warning on line 823 in tests/test_backend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_backend.py#L818-L823

Added lines #L818 - L823 were not covered by tests

Check warning on line 832 in tests/test_backend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_backend.py#L825-L832

Added lines #L825 - L832 were not covered by tests

Check warning on line 837 in tests/test_backend.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_backend.py#L834-L837

Added lines #L834 - L837 were not covered by tests