Skip to content

Commit

Permalink
Initial update of libvalkeycluster docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed May 29, 2024
1 parent 7f4715b commit 411f402
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 209 deletions.
6 changes: 1 addition & 5 deletions libvalkeycluster/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:tada:Thanks for taking the time to contribute!:tada:

The following is a set of guidelines for contributing to hiredis-cluster.
The following is a set of guidelines for contributing to libvalkeycluster.

The basics about setting up the project, building and testing is covered in
the [README](README.md).
Expand Down Expand Up @@ -50,10 +50,6 @@ tests using printouts, try `make CTEST_OUTPUT_ON_FAILURE=1 test` or call `ctest`
directly with your prefered args, such as `-V` (check the manpage for ctest), in
your CMake build directory.

If you have problems with the linker not finding certain functions in the
Windows builds, try adding those functions to the file `hiredis_cluster.def`.
All functions called from the tests need to be in this file.

## Submitting changes

* Run the formatter before committing when contributing to this project (`make format`).
Expand Down
Loading

0 comments on commit 411f402

Please sign in to comment.