ODBC Driver for Redis

Build 23.0.8839

PatternSeparator

Define the table pattern's delimiter.

データ型

string

デフォルト値

":"

解説

This property is used in tandem with TablePattern to define the delimiter character for the pattern, which determines where the table names derived from the key pattern will end.

This is especially useful when there is more than one delimiter in your TablePattern.

For example, if TablePattern is set to *@*:* and there is a key called "first@second:1", a pattern separator of "@" produces the table name "first" and a PatternSeparator of ":" produces the table name "first@second".

Note that the behavior of the pattern separator is greedy, meaning the last instance of the separator character is used to specify the end of the table name.

For example, if there is a key called "first:second:1", a pattern separator of ":" produces the table name "first:second".

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839