Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Added note about GEOADD command issue #2443

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Create a stream reactor sink connector from Apache Kafka® to Redis®*

**The Redis stream reactor sink connector** enables you to move data from **an Aiven for Apache Kafka® cluster** to **a Redis®* database**. The Lenses.io implementation enables you to write `KCQL transformations <https://docs.lenses.io/connectors/sink/redis.html>`_ on the topic data before sending it to the Redis database.

.. important::

A known issue with the ``GEOADD`` command in version 4.2.0 of the Redis stream reactor sink connector may cause exceptions during initialization under specific configurations. For more information, see the `GitHub issue <https://github.com/lensesio/stream-reactor/issues/990>`_.

.. note::

You can check the full set of available parameters and configuration options in the `connector's documentation <https://docs.lenses.io/connectors/sink/redis.html>`_.
Expand Down
Loading