Skip to content

Distributed Process Store (DPS) v4.2.0

Latest
Compare
Choose a tag to compare
@nysenthil nysenthil released this 03 Jun 22:20

This v4.2.0 release adds a few more enhancements as implemented inside the redis-plus-plus client driver in Jan/2024.

Note: In 2023, GitHub changed the maximum size of the files uploaded from a browser to a Git repository to 25MB. To circumvent this limitation, the pre-compiled ready to use DPS toolkit v4.2.0 tar.gz file is split into multiple parts so that each part will not exceed 25MB in size. Users will have to download the individual parts with file extensions .aa, .ab etc. to their IBM Streams Linux machines and then use the following command to combine them into a single tar.gz file for their use.

cat streamsx.dps-v4.2.0-rhel7.tar.gz.?? > streamsx.dps-v4.2.0-rhel7.tar.gz

After combining them into a single tar.gz, the individual part files can be deleted by the following command.

rm -f streamsx.dps-v4.2.0-rhel7.tar.gz.*