🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

grunt-redis-clear

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-redis-clear - npm Package Compare versions

Comparing version

to
2.0.0

6

Gruntfile.js

@@ -46,3 +46,7 @@ /*

another: {
database: 1,
options: {
port: 6379,
host: '127.0.0.1',
auth_pass: null
},
keys: [

@@ -49,0 +53,0 @@ 'session_*',

12

package.json
{
"name": "grunt-redis-clear",
"description": "A Grunt plugin to clear keys from your redis database, automatically, when using redis as a cache engine.",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://github.com/urbanhire/grunt-clear-redis",

@@ -26,6 +26,6 @@ "author": {

"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.0"
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt": "~1.0.1"
},

@@ -36,4 +36,4 @@ "keywords": [

"dependencies": {
"redis": "^2.6.0-1"
"redis": "^2.6.5"
}
}