Skip to content

Commit

Permalink
Change the table width in redis doc
Browse files Browse the repository at this point in the history
  • Loading branch information
polaris6 authored and ebyhr committed May 11, 2022
1 parent 260a244 commit 153d19f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/src/main/sphinx/connector/redis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ Configuration properties

The following configuration properties are available:

================================= ==============================================================
Property Name Description
================================= ==============================================================
``redis.table-names`` List of all tables provided by the catalog
``redis.default-schema`` Default schema name for tables
``redis.nodes`` Location of the Redis server
``redis.scan-count`` Redis parameter for scanning of the keys
``redis.max-keys-per-fetch`` Get values associated with the specified number of keys in the redis command such as MGET(key...)
``redis.key-prefix-schema-table`` Redis keys have schema-name:table-name prefix
``redis.key-delimiter`` Delimiter separating schema_name and table_name if redis.key-prefix-schema-table is used
``redis.table-description-dir`` Directory containing table description files
``redis.hide-internal-columns`` Controls whether internal columns are part of the table schema or not
``redis.database-index`` Redis database index
``redis.password`` Redis server password
================================= ==============================================================
====================================== ==============================================================
Property Name Description
====================================== ==============================================================
``redis.table-names`` List of all tables provided by the catalog
``redis.default-schema`` Default schema name for tables
``redis.nodes`` Location of the Redis server
``redis.scan-count`` Redis parameter for scanning of the keys
``redis.max-keys-per-fetch`` Get values associated with the specified number of keys in the redis command such as MGET(key...)
``redis.key-prefix-schema-table`` Redis keys have schema-name:table-name prefix
``redis.key-delimiter`` Delimiter separating schema_name and table_name if redis.key-prefix-schema-table is used
``redis.table-description-dir`` Directory containing table description files
``redis.hide-internal-columns`` Controls whether internal columns are part of the table schema or not
``redis.database-index`` Redis database index
``redis.password`` Redis server password
====================================== ==============================================================

``redis.table-names``
^^^^^^^^^^^^^^^^^^^^^
Expand Down

1 comment on commit 153d19f

@mosabua
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably migrate this to use list-table ... then you get better control and easier editing and reviewing ..

Please sign in to comment.