/redis-wheel

Python wheel with prebuilt Redis server binary embedded

Primary LanguageShellMIT LicenseMIT

redis-wheel

To install the pre-compiled Redis binaries:

pip install redis-wheel==<redis-version>

Supported versions of Redis:

  • 6.2.5

Supported platforms:

  • manylinux2014_x86_64
  • macosx_11_0_x86_64

Supported python versions:

  • cp39

To get the paths of pre-compiled Redis binaries:

import redis_wheel

redis_wheel.REDIS_SERVER_PATH  # redis-server
redis_wheel.REDIS_CLI_PATH     # redis-cli