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

redis-json

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-json - npm Package Versions

23

6.0.3

Diff

akashbabu
published 6.0.2 •

akashbabu
published 6.0.1 •

Changelog

Source

v6.0.1

  • adds function overload definition for get as get(key: string): Promise<T|undefined>
akashbabu
published 6.0.0 •

Changelog

Source

v6.0.0

  • improves efficiency by combining multiple commands into one multi command
  • fixes code smells
  • replace the entire array when an array is present in the set command
  • removes all <set|del|rewrite|incr>T methods and integrates transaction within <set|del|rewrite|incr> method itself
akashbabu
published 5.0.0 •

Changelog

Source

v5.0.0

  • supports empty string as pre-fixes
akashbabu
published 4.3.0 •

Changelog

Source

v4.3.0

  • adds .incr() & .incrT() methods to allow incrementing of values using hincrbyfloat.
akashbabu
published 4.2.1 •

Changelog

Source

v4.2.1

  • fixes #14, wherein when any prop was set(id, {}) on an empty object, it wasn't reflected when get() was called on it
akashbabu
published 4.2.0 •

Changelog

Source

v4.2.0

  • adds support for transactions via setT, delT & rewriteT methods
  • rewrite method now support expiry. Please check the API docs for more details
akashbabu
published 4.1.0 •

Changelog

Source

v4.1.0

  • adds .del() method
akashbabu
published 4.0.2 •

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