guigoncalves / redis-pattern-delete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Pattern Delete

Nodejs programm to delete keys from pattern.

  • nodejs
  • ioredis

Setup

  • Make sure you have nodejs installed on your machine
  • Create environment variables
VariableName Value
cacheHost your cache host
cachePassword your cache password
  • On project root:
    $ npm install 

Running

  • On project root:
    $ node . <pattern> 
    example:
    $ node . service_findUnidades*

About


Languages

Language:JavaScript 100.0%