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

redis-sessions

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-sessions - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

2

index.js

@@ -271,3 +271,3 @@ // Generated by CoffeeScript 1.6.2

_this.redis.zrem("" + _this.redisns + options.app + ":_users", options.id, function() {
return cb(null, {
cb(null, {
kill: total

@@ -274,0 +274,0 @@ });

{
"name": "redis-sessions",
"description": "An advanced session store for Redis",
"version": "0.1.15",
"version": "0.1.16",
"author": "P. Liess <smrchy+npm@gmail.com>",

@@ -6,0 +6,0 @@ "engines": {

@@ -30,2 +30,3 @@ # Redis Sessions

* TODO: Get an array of all sessions of an app which were active within the last *n* seconds.
* TODO: Automatic cleanup of old sessions.

@@ -32,0 +33,0 @@ ## Performance

Sorry, the diff of this file is not supported yet

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