Skip to content

Release v0.8.1-redis-connect-core [DEPRECATED]

Pre-release
Pre-release
Compare
Choose a tag to compare
@viragtripathi viragtripathi released this 16 Feb 05:00
· 324 commits to main since this release

πŸš€ Redis Connect

redis-connect-core maven dependency to build Custom Stages

Custom Stages in Redis Connect is used when there is a need for custom coding for the purpose of user specific transformations, de-tokenization or any other custom tasks you would want to do before the source data is passed along to the final WRITE stage and persisted in the Redis Enterprise database.

        <dependency>
            <!-- This jar can be found in the Redis Connect lib folder and installed using maven
            install-file goal on the command line, http://maven.apache.org/general.html#importing-jars
            or imported directly into this project -->
            <groupId>com.redis.connect</groupId>
            <artifactId>redis-connect-core</artifactId>
            <version>0.8.1</version>
        </dependency>