Redis

Version 25.3.9414


Redis


CData Sync アプリケーションからRedis コネクタを使用して、Redis からデータを取得してサポートされている任意の同期先に移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。

Redis コネクタを追加

Sync でRedis のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。

  1. Sync のダッシュボードから接続ページを開きます。

  2. 接続を追加をクリックしてコネクタを選択ページを開きます。

  3. データソースタブをクリックしてRedis 行に移動します。

  4. 行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてRedis コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。

Redis への認証

コネクタを追加したら、必須プロパティを設定する必要があります。

  • Connection Name - Enter a connection name of your choice.

  • Server - Enter the host name or IP address of the server that hosts your Redis instance.

  • Port - Enter the port number for the Redis database. The default port is 6379.

CData Sync supports authenticating to Redis in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

Password

To connect with a user password, specify the following settings:

  • Auth Scheme – Select Password.

  • Password – Enter the password that you use to authenticate to your Redis account.

Access Control List

To connect with Access Control List credentials, specify the following settings:

  • Auth Scheme – Select ACL.

  • User – Enter the username that you use to authenticate to your Redis ACL.

  • Password – Enter the password that you use to authenticate to your Redis ACL.

None

認証なしで接続するには、Auth SchemeNone を選択します。追加のプロパティは必要ありません。

Complete Your Connection

To complete your connection:

  1. Specify the following properties:

    • Logical Database - Enter the index number for the Redis Logical Database. The default number is 0.

    • Replica Set - Enter one or more servers in addition to the one that you configured earlier in the Server and Port fields . Specify both a server name and port and separate servers with a comma (for example, ServerURL1:Port,ServerURL2:Port).

    • Enable Cluster - Specify whether you want to enable Redis cluster mode. The default value is False.

    • Use SSL - Specify whether you want to use the Secure Sockets Layer (SSL) protocol. The default value is False.

  2. 高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)

  3. 作成およびテストをクリックして接続を作成します。

詳細情報

CData Sync とRedis の連携について、詳しくはRedis Connector for CData Sync を参照してください。