Skip to content

Commit

Permalink
Update version of Hiredis (CrayLabs#351)
Browse files Browse the repository at this point in the history
[ committed by @billschereriii ]
[ reviewed by @mellis13  ]
  • Loading branch information
billschereriii authored and ashao committed Jul 6, 2023
1 parent 6a31ec3 commit 7b9d7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 7b9d7fa

Please sign in to comment.