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?
3636
3737- Valkey is a free licenced and well maintained key/value database
3838- Uses native valkey-py url notation connection strings
39+ - async support
3940- Pluggable clients
4041- Pluggable parsers
4142- Pluggable serializers
@@ -50,10 +51,10 @@ Why use django-valkey?
5051Requirements
5152~~~~~~~~~~~~
5253
53- - `Python `_ 3.10+ (if you use with libvalkey, they don't support 3.13 yet)
54+ - `Python `_ 3.10+
5455- `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+
5758
5859.. _Python : https://www.python.org/downloads/
5960.. _Django : https://www.djangoproject.com/download/
111112
1121131. Fix the CI in cluster branch.
1131142. Add cluster to documentations.
114- 3. Refactor cluster branch.
115115
116116License
117117-------
You can’t perform that action at this time.
0 commit comments