Skip to content

Commit 3f8991c

Browse files
authored
added channels-valkey to community docs. (#2126)
1 parent 76495ed commit 3f8991c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community.rst

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ These projects from the community are developed on top of Channels:
1313
* channels-demultiplexer_, a (de)multiplexer for ``AsyncJsonWebsocketConsumer`` consumers.
1414
* channels_postgres_, a Django Channels channel layer that uses PostgreSQL as its backing store.
1515
* channels-auth-token-middlewares_, Django REST framework token authentication middleware and
16+
* channels-valkey_, a Django Channels channel layer that uses valkey as it's backing store.
1617
SimpleJWT_ middleware, such as QueryStringSimpleJWTAuthTokenMiddleware_ for WebSocket
1718
authentication.
1819

@@ -29,5 +30,6 @@ If you'd like to add your project, please submit a PR with a link and brief desc
2930
.. _kafka-integration: https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b
3031
.. _channels_postgres: https://github.com/danidee10/channels_postgres
3132
.. _channels-auth-token-middlewares: https://github.com/YegorDB/django-channels-auth-token-middlewares
33+
.. _channels-valkey: https://github.com/amirreza8002/channels_valkey
3234
.. _SimpleJWT: https://github.com/jazzband/djangorestframework-simplejwt
3335
.. _QueryStringSimpleJWTAuthTokenMiddleware: https://github.com/YegorDB/django-channels-auth-token-middlewares/tree/master/tutorial/drf#querystringsimplejwtauthtokenmiddleware

0 commit comments

Comments
 (0)