Skip to content

Install GLIDE

This guide will go over how to install Valkey GLIDE for your specific system.

The release of Valkey GLIDE was tested on the following platforms:

  • Ubuntu 20 (x86_64/amd64 and arm64/aarch64)
  • Amazon Linux 2 (AL2) and 2023 (AL2023) (x86_64)

glibc requirements Node.js requires glibc 2.17+. This should be the standard for GNU Linux based systems.

However, to check you can use:

ldd --version
  • macOS 14.7 (Apple silicon/aarch_64)
  • macOS 13.7 (x86_64/amd64)

Requirements: Python 3.9 to 3.13.

To get started, GLIDE Python is available on pypi.

Terminal window
pip3 install valkey-glide

For the synchronous Python client, use

Terminal window
pip3 install valkey-glide-sync