Class LettuceRedisMigration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void runMigration​(io.lettuce.core.api.StatefulRedisConnection connection, java.lang.String keyPrefix)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LettuceRedisMigration

        public LettuceRedisMigration()
    • Method Detail

      • runMigration

        public abstract void runMigration​(io.lettuce.core.api.StatefulRedisConnection connection,
                                          java.lang.String keyPrefix)
                                   throws java.io.IOException
        Throws:
        java.io.IOException