kg.apc.jmeter.config.redis.RedisDataSetResources.properties Maven / Gradle / Ivy
# 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=Redis data configuration
redis_connection.displayName=Redis 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
getMode.displayName=Wether Getting a row removes it from list
getMode.shortDescription=RANDOM_KEEP extract randomly a row from a Redis Set, RANDOM_REMOVE extract randomly a row from a Redis List removing it
host.displayName=Redis server host
host.shortDescription=Redis server host
port.displayName=Redis server port
port.shortDescription=Redis server port (defaults to 6379)
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
FAIL=FAIL
BLOCK=BLOCK
GROW=GROW
getMode.remove=GET AND REMOVE
getMode.keep=GET AND KEEP
RANDOM_REMOVE=RANDOM_REMOVE
RANDOM_KEEP=RANDOM_KEEP
© 2015 - 2024 Weber Informatics LLC | Privacy Policy