Class RedisDsl

java.lang.Object
io.gatling.javaapi.redis.RedisDsl

public final class RedisDsl extends Object
The entrypoint of the Redis DSL
  • Method Details

    • redisFeeder

      @NonNull public static RedisFeederBuilder redisFeeder(@NonNull RedisClientPool clients, @NonNull String key)
      Bootstrap a Redis feeder
      Parameters:
      clients - the clients pool
      key - the key to look up in the redis command
      Returns:
      a new RedisFeederBuilder instance
    • redisFeeder

      @NonNull public static RedisFeederBuilder redisFeeder(@NonNull RedisClientPool clients, @NonNull String keySrc, @NonNull String keyDest)
      Bootstrap a Redis feeder
      Parameters:
      clients - the clients pool
      keySrc - the key to look up in the RPOPLPUSH command
      keyDest - the key to store the value in RPOPLPUSH command
      Returns:
      a new RedisFeederBuilder instance