New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dtx-remote-config

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtx-remote-config

Redis remote-config

latest
npmnpm
Version
1.2.0
Version published
Maintainers
3
Created
Source

Purpose

Redis를 이용한 Remote-config으로 remote-config 해시테이블에 적재합니다.

Usage

const remoteConfig = require('remote-config');

const options = {
    host: host,
    port: 6379,
    password: password
}
remoteConfig.init(options); // redis create client
remoteConfig.set('key', 'value'); 
await remoteConfig.get('key');
remoteConfig.end(); // redis client end

FAQs

Package last updated on 14 Oct 2022

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