New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ioredis-mock

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioredis-mock - npm Package Versions

1.0.3

Diff
stipsan
published 1.0.3 •

Changelog

Source

[1.0.3] - 2016-06-12

  • setup CircleCI to cover latest stable node releases.
  • incr didn't persist changes to data.
stipsan
published 1.0.2 •

Changelog

Source

[1.0.2] - 2016-06-10

  • Setup travis CI and AppVeyor integrations.
  • Added tests for exec, hget, hset, hsetnx and incr.
  • Setup coveralls and codeclimate integrations.
  • Fixed broken hset implementation.
stipsan
published 1.0.1 •

Changelog

Source

[1.0.1] - 2016-06-09

  • lodash was missing in the package.json dependencies
  • fixes to documentation
  • added tonicExample
stipsan
published 1.0.0 •

Changelog

Source

1.0.0 - 2016-06-09

Supported operations

  • Integers
  • incr
  • Hashing
  • hset
  • hget
  • hgetall
  • hsetnx
  • hmset
  • hvals
  • Lists
  • sadd
  • srem
  • smembers
  • sismember
  • Transaction
  • multi
  • exec
stipsan
published 0.0.1 •