kg.apc.jmeter.config.redis.RedisDataSetResources.properties Maven / Gradle / Ivy
The newest version!
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#Stored by I18NEdit, may be edited!
displayName=jp@gc - Redis Data Set
redis_data.displayName=Data Configuration
redis_connection.displayName=Connection Configuration
pool_config.displayName=Redis Pool Configuration
variableNames.displayName=Variable Names (comma-delimited)
variableNames.shortDescription=List your variable names in order to match the order of columns in your redis row. Comma separated.
delimiter.displayName=Delimiter (use '\\t' for tab)
delimiter.shortDescription=Enter the delimiter ('\\t' for tab)
redisKey.displayName=Redis key
redisKey.shortDescription=Redis key for data extraction
redisDataType.displayName=Data Source Type
redisDataType.shortDescription=Whether the Redis data is stored as a set or a list
recycleDataOnUse.displayName=Recycle data on use
recycleDataOnUse.shortDescription=Whether data can be re-used or should be consumed on use
host.displayName=Redis server host
host.shortDescription=Redis server host
port.displayName=Redis server port
port.shortDescription=Redis server port (defaults to 6379)
ssl.displayName=SSL/TLS
ssl.shortDescription=Connect via SSL/TLS
timeout.displayName=Timeout for connection in ms
timeout.shortDescription=Defaults to 2000 ms
password.displayName=Password for connection
password.shortDescription=Defaults to null
database.displayName=Database
database.shortDescription=Defaults to 0
REDIS_DATA_TYPE_LIST=List
REDIS_DATA_TYPE_SET=Set