Skip to content

Commit

Permalink
add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-feron committed Mar 13, 2024
1 parent e337d8c commit c0d0ff8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions redisposted/base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Base module for Redis message broker.
This module provides an implementation of the `MsgBrokerBase` interface for Redis. It
uses the `redis` package to interact with a Redis server.
"""

from functools import cached_property
import threading
from time import sleep
Expand Down

0 comments on commit c0d0ff8

Please sign in to comment.