Skip to main content
Home

@8v/redis@0.1.14

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
17%
Published
9 months ago (0.1.14)

@3-/kv

test/main.coffee :

#!/usr/bin/env coffee

> @3-/redis/R.js

console.log R.hget
process.exit()

output :

[Function (anonymous)]

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@8v/redis

Import symbol

import * as redis from "@8v/redis";
or

Import directly with a jsr specifier

import * as redis from "jsr:@8v/redis";

Add Package

pnpm i jsr:@8v/redis
or (using pnpm 10.8 or older)
pnpm dlx jsr add @8v/redis

Import symbol

import * as redis from "@8v/redis";

Add Package

yarn add jsr:@8v/redis
or (using Yarn 4.8 or older)
yarn dlx jsr add @8v/redis

Import symbol

import * as redis from "@8v/redis";

Add Package

vlt install jsr:@8v/redis

Import symbol

import * as redis from "@8v/redis";

Add Package

npx jsr add @8v/redis

Import symbol

import * as redis from "@8v/redis";

Add Package

bunx jsr add @8v/redis

Import symbol

import * as redis from "@8v/redis";