File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Why use django-valkey?
36
36
37
37
- Valkey is a free licenced and well maintained key/value database
38
38
- Uses native valkey-py url notation connection strings
39
+ - async support
39
40
- Pluggable clients
40
41
- Pluggable parsers
41
42
- Pluggable serializers
@@ -50,10 +51,10 @@ Why use django-valkey?
50
51
Requirements
51
52
~~~~~~~~~~~~
52
53
53
- - `Python `_ 3.10+ (if you use with libvalkey, they don't support 3.13 yet)
54
+ - `Python `_ 3.10+
54
55
- `Django `_ 4.2.20+
55
- - `valkey-py `_ 6.0.2+ (probably works on older versions too)
56
- - `Valkey server `_ 7.2.6+ (probably works with older versions too)
56
+ - `valkey-py `_ 6.0.2+
57
+ - `Valkey server `_ 7.2.6+
57
58
58
59
.. _Python : https://www.python.org/downloads/
59
60
.. _Django : https://www.djangoproject.com/download/
111
112
112
113
1. Fix the CI in cluster branch.
113
114
2. Add cluster to documentations.
114
- 3. Refactor cluster branch.
115
115
116
116
License
117
117
-------
You can’t perform that action at this time.
0 commit comments