You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

redis-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-server

6.0.9
pipPyPI
Maintainers
1

redis-server

To install the pre-compiled Redis binaries:

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

Supported redis-version:

  • 5.0.7
  • 6.0rc2

Supported platforms:

  • manylinux2010_x86_64
  • manylinux2010_i686
  • macosx_10_15_x86_64

Supported python versions:

  • cp35
  • cp36
  • cp37
  • cp38

To get the paths of pre-compiled Redis binaries:

import redis_server

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

Keywords

redis

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts