fix typos

This commit is contained in:
JackyWoo 2023-05-24 10:45:21 +08:00
parent 40cc8d2107
commit 70cfd7a222

View File

@ -76,8 +76,8 @@ RedisConnectionPtr getRedisConnection(RedisPoolPtr pool, const RedisConfiguratio
RedisArrayPtr getRedisHashMapKeys(const RedisConnectionPtr & connection, RedisArray & keys); RedisArrayPtr getRedisHashMapKeys(const RedisConnectionPtr & connection, RedisArray & keys);
/// Get RedisColumnType of a column, If storage_type is /// Get RedisColumnType of a column, If storage_type is
/// SIMPLE: all_columns must have 2 iterm and the first one is Redis key the second one is value /// SIMPLE: all_columns must have 2 items and the first one is Redis key the second one is value
/// HASH_MAP: all_columns must have 2 iterm and the first one is Redis key the second is field, the third is value. /// HASH_MAP: all_columns must have 2 items and the first one is Redis key the second is field, the third is value.
RedisColumnType getRedisColumnType(RedisStorageType storage_type, const Names & all_columns, const String & column); RedisColumnType getRedisColumnType(RedisStorageType storage_type, const Names & all_columns, const String & column);
/// checking Redis table/table-function when creating /// checking Redis table/table-function when creating