Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redis

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis - npm Package Compare versions

Comparing version 0.5.9 to 0.5.10

examples/mget.js

4

changelog.md
Changelog
=========
## v0.5.10 - April 6, 2011
Added HVALS
## v0.5.9 - March 14, 2011

@@ -5,0 +9,0 @@

2

index.js

@@ -583,3 +583,3 @@ /*global Buffer require exports console setTimeout */

// hash commands
"hset", "hsetnx", "hget", "hmget", "hincrby", "hdel", "hlen", "hkeys", "hgetall", "hexists", "incrby", "decrby",
"hset", "hsetnx", "hget", "hmget", "hincrby", "hdel", "hlen", "hkeys", "hvals", "hgetall", "hexists", "incrby", "decrby",
//bit commands

@@ -586,0 +586,0 @@ "getbit", "setbit", "getrange", "setrange",

{ "name" : "redis",
"version" : "0.5.9",
"version" : "0.5.10",
"description" : "Redis client library",

@@ -4,0 +4,0 @@ "author": "Matt Ranney <mjr@ranney.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc