redis
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 - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install redisPrograms
This package provides the following executable programs:
redis-serverredis-cliredis-benchmark
Available Versions
Show all 43 versions
8.2.1,8.2.0,8.0.3,8.0.2,8.0.18.0.0,7.4.5,7.4.4,7.4.2,7.4.17.4.0,7.2.10,7.2.9,7.2.8,7.2.77.2.6,7.2.5,7.2.4,7.2.3,7.2.27.2.1,7.2.0,7.0.15,7.0.14,7.0.137.0.12,7.0.11,7.0.10,7.0.9,7.0.87.0.7,6.2.19,6.2.18,6.2.17,6.2.166.2.15,6.2.14,6.2.13,6.2.12,6.2.116.0.20,6.0.19,6.0.18
Latest Version: 8.2.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +redis.io@8.2.1 -- $SHELL -iDependencies
This package depends on:
openssl.org^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.redis
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.