About 300 results
Open links in new tab
  1. Install Redis | Docs

    While you can install Redis on any of the platforms listed below, you might also consider using Redis Cloud by creating a free account. You can also download Redis Insight, a free …

  2. Install Redis on Windows | Docs

    Once you're running Ubuntu on Windows, you can follow the steps detailed at Install on Ubuntu/Debian to install recent stable versions of Redis from the official packages.redis.io …

  3. Install Redis Open Source | Docs

    Follow the links below for installation instructions for your OS and distribution. While you can install Redis Open Source on any of the platforms listed below, you might also consider using …

  4. Install Redis Community Edition or Redis Stack | Docs

    These docs apply to Redis Community Edition and Redis Stack version 7.x. You can install Redis or Redis Stack locally on your machine. Redis and Redis Stack are available on Linux, …

  5. Install Redis Open Source on macOS | Docs

    Installation using Homebrew is only supported on macOS. To install Redis Open Source on macOS, use Homebrew. Make sure that you have Homebrew installed before starting on the …

  6. How to Install Redis CLI Without Installing Redis Server (Even on ...

    Jul 2, 2022 · In this post, we’ll share how to get Redis CLI without having to install Redis or make a full Redis server, but first, let’s look at a couple of scenarios.

  7. node-redis guide (JavaScript) | Docs

    The node-redis website has more examples. The Github repository also has useful information, including a guide to the connection configuration options you can use.

  8. Install Redis Open Source on Linux | Docs

    The most recent version of Redis Open Source will be installed, along with the redis-tools package (redis-cli, etc.). If you need to install an earlier version, run the following command to …

  9. redis-py guide (Python) | Docs

    The sections below explain how to install redis-py and connect your application to a Redis database. redis-py requires a running Redis server. See here for Redis Open Source …

  10. Install Redis from Source | Docs

    You can compile and install Redis from source on variety of platforms and operating systems including Linux and macOS. Redis has no dependencies other than a C compiler and libc.