Class RedisSSLStreamIT

java.lang.Object
io.debezium.server.redis.RedisSSLStreamIT

public class RedisSSLStreamIT extends Object
Integration tests for secured Redis
Author:
Oren Elias
  • Constructor Details

    • RedisSSLStreamIT

      public RedisSSLStreamIT()
  • Method Details

    • testRedisStream

      @Test public void testRedisStream() throws Exception
      Verifies that all the records of a PostgreSQL table are streamed to Redis
      Throws:
      Exception