ioredis-commands

Redis commands

MIT 2 个版本
安装
npm install ioredis-commands
yarn add ioredis-commands
pnpm add ioredis-commands
bun add ioredis-commands
README

Redis Commands

Build Status

This module exports all the commands that Redis supports.

Install

$ npm install ioredis-commands

Usage

var commands = require('ioredis-commands');

Object.keys(commands).forEach(function (command) {
  console.log(command);
});
版本列表
4.0.0 2015-04-25
3.0.0 2015-03-28