Skip to content

redis.io

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Package Information

  • Domain: redis.io
  • Name: redis.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +redis.io -- $SHELL -i

Programs

This package provides the following executable programs:

  • redis-server
  • redis-cli
  • redis-benchmark

Aliases

This package can also be accessed using these aliases:

  • redis

Available Versions

Show all 37 versions
  • 8.0.2, 8.0.1, 8.0.0, 7.4.4, 7.4.2
  • 7.4.1, 7.4.0, 7.2.9, 7.2.8, 7.2.7
  • 7.2.6, 7.2.5, 7.2.4, 7.2.3, 7.2.2
  • 7.2.1, 7.2.0, 7.0.15, 7.0.14, 7.0.13
  • 7.0.12, 7.0.11, 7.0.10, 7.0.9, 7.0.8
  • 7.0.7, 6.2.18, 6.2.17, 6.2.16, 6.2.15
  • 6.2.14, 6.2.13, 6.2.12, 6.2.11, 6.0.20
  • 6.0.19, 6.0.18

Latest Version: 8.0.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +redis.io@8.0.2 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.redisio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.