Class M001_LettuceRemoveJobStatsAndUseMetadata

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runMigration​(io.lettuce.core.api.StatefulRedisConnection<java.lang.String,​java.lang.String> 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

      • M001_LettuceRemoveJobStatsAndUseMetadata

        public M001_LettuceRemoveJobStatsAndUseMetadata()
    • Method Detail

      • runMigration

        public void runMigration​(io.lettuce.core.api.StatefulRedisConnection<java.lang.String,​java.lang.String> connection,
                                 java.lang.String keyPrefix)
                          throws java.io.IOException
        Specified by:
        runMigration in class LettuceRedisMigration
        Throws:
        java.io.IOException