Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version of Hiredis #351

Merged
merged 3 commits into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SR_TEST_DEVICE := cpu

# Params for third-party software
HIREDIS_URL := https://github.com/redis/hiredis.git
HIREDIS_VER := v1.0.0
HIREDIS_VER := v1.1.0
RPP_URL := https://github.com/sewenew/redis-plus-plus.git
RPP_VER := 1.3.5
PYBIND_URL := https://github.com/pybind/pybind11.git
Expand Down
3 changes: 3 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To be released at some future point in time
Description

- Remove debug output in pybind layer
- Update Hiredis version to 1.1.0
- Enable parallel build for the SmartRedis examples
- Experimental support for Nvidia toolchain
- Major revamp of build and test systems for SmartRedis
Expand All @@ -23,6 +24,7 @@ Description
Detailed Notes

- Remove debug output in pybind layer associated with put_dataset (PR352_)
- Updated to the latest version of Hiredis (1.1.0) (PR351_)
- Enable parallel build for the SmartRedis examples by moving utility Fortran code
into a small static library (PR349_)
- For the NVidia toolchain only: Replaces the assumed rank feature of F2018 used
Expand All @@ -43,6 +45,7 @@ users need not import `iso_c_binding` in their own applications (PR340_)
- Added ConfigOptions class and API, which will form the backbone of multiDB support (PR303_)

.. _PR352: https://github.com/CrayLabs/SmartRedis/pull/352
.. _PR351: https://github.com/CrayLabs/SmartRedis/pull/351
.. _PR349: https://github.com/CrayLabs/SmartRedis/pull/349
.. _PR346: https://github.com/CrayLabs/SmartRedis/pull/346
.. _PR341: https://github.com/CrayLabs/SmartRedis/pull/341
Expand Down