Skip to content

spancerxing/jmeter-redis-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmeter-redis-plugins

The plugin can be used in Apache JMeter(5.4.1).You can run maven package and put the JAR package under the folder lib/ext.

You can add a component named Redis Sampler in the path Add/Sampler.

You can set redis connection in the field Server like 127.0.0.1:6379, and redis cluster like host1:port1,host2:port2, default port is 6379.

Supported Actions: GET / SET

Supported Types: String / Hash / List / Set

You can set hash value like {"key":"value"}, set list and set value like value1,value2,value3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors