🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@andern/redis

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andern/redis

redis binding for andern

0.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

👷🏽 TODO: This project is made with publish-ts, read the docs to learn more.

👷🏽 TODO: Read all the sections marked with "👷🏽 TODO", do them, and remove them from this README.

// a nice code example here
// would be pretty nice!

import { andernRedis } from '@andern/redis'

console.log(andernRedis().msg)

Contents


Installation

Node:

npm i @andern/redis

Browser / Deno:

import { andernRedis } from 'https://esm.sh/@andern/redis'

👷🏽 TODO: add the most important necessary imports from @andern/redis here.


Usage

👷🏽 TODO: explain in details what @andern/redis does.

// perhaps with some nice code examples.

import { andernRedis } from '@andern/redis'

console.log(andernRedis().msg)

Contribution

You need node, NPM to start and git to start.

# clone the code
git clone git@github.com:loreanvictor/andern-redis.git
# install stuff
npm i

Make sure all checks are successful on your PRs. This includes all tests passing, high code coverage, correct typings and abiding all the linting rules. The code is typed with TypeScript, Jest is used for testing and coverage reports, ESLint and TypeScript ESLint are used for linting. Subsequently, IDE integrations for TypeScript and ESLint would make your life much easier (for example, VSCode supports TypeScript out of the box and has this nice ESLint plugin), but you could also use the following commands:

# run tests
npm test
# check code coverage
npm run coverage
# run linter
npm run lint
# run type checker
npm run typecheck

FAQs

Package last updated on 19 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts