Skip to content

Commit 0f7431d

Browse files
committed
update README
1 parent 4047632 commit 0f7431d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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?
5051
Requirements
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/
@@ -111,7 +112,6 @@ Todo
111112

112113
1. Fix the CI in cluster branch.
113114
2. Add cluster to documentations.
114-
3. Refactor cluster branch.
115115

116116
License
117117
-------

0 commit comments

Comments
 (0)