This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from df3569cf48 Fix dynamodb test (#31316)
add 94cad11b43 Upgrade redis (#31279)
No new revisions were added by this update.
Summary of changes:
airflow/providers/redis/provider.yaml | 6 +-
docs/apache-airflow-providers-redis/index.rst | 9 +-
generated/provider_dependencies.json | 2 +-
.../system/providers/redis}/__init__.py | 0
.../providers/redis/example_redis_publish.py | 95 ++++++++++++++++++++++
5 files changed, 105 insertions(+), 7 deletions(-)
copy {airflow/api_connexion => tests/system/providers/redis}/__init__.py (100%)
create mode 100644 tests/system/providers/redis/example_redis_publish.py