Skip to content

JulianMontejo/jMeterRedisClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Sampler For JMeter

Apache jMeter sampler for access to redis DB. It implements a set of instructions to access to redis DB:

  • keys
  • type
  • set
  • get
  • del
  • hgetAll
  • hget
  • hdel
  • hset
  • hsetM
  • ttl
  • expire
  • expireAt

More information in redis web

Getting Started

Dependencies

jedis.2.9.0

Installing

1 Copy the dependencies to lib/ext directory of jMeter.

2 Copy the project jar to lib/ext directory

  • Download the project.
  • Compile with maven.
  • Copy the result jar in lib/ext directory of jMeter.

Or

Use

picture

Redis url connection: :.

Redis operation: one of the above redis commands.

Key: name of the key to save in redis.

Field (optional in some operations): third parameter of the command if it's necessary.

Data (optional in some operations): data to save in the key or key/field.

Download Redis client sampler example file

Load in jMeter and run it.

Built With

  • Maven - Dependency Management

About

Redis Client Sampler for jMeter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages