Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

dh

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dh

A distributed hash. Simply a wrapper around the Redis hash.

Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Node.js - dq

dh is A distributed hash. Simply a wrapper around the Redis hash.

Install

npm install dh

Usage

Programatically

dh = require('dh')

dh.create name: 'myhash', (err, h) ->
  h.set('key1', 'data1')
  

(More to come later.)

TODO

  • fluent interface
  • REST API

License

Licensed under MIT. See LICENSE for more details.

Copyright (c) 2012 JP Richardson

FAQs

Package last updated on 06 May 2012

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