Skip to content

Release v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 04:32

Redis Server and Client Binaries

This release contains compiled binaries for Linux and macOS.

Files:

  • redis-linux.zip: Complete package for Linux (contains client and server)
  • redis-macos.zip: Complete package for macOS (contains client and server)
  • checksums.txt: SHA256 checksums for verification

Usage:

  1. Download the appropriate zip file for your platform
  2. Extract the zip file: unzip redis-linux.zip or unzip redis-macos.zip
  3. Navigate to the extracted folder: cd redis-linux/ or cd redis-macos/
  4. Make binaries executable: chmod +x client server
  5. Run the server: ./server
  6. In another terminal, run the client: ./client