omiguelperez / redis-exp-sub-sample

Subscribe to redis keys expiration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-exp-subscription-sample

This repo contains a docker-compose file that contains exposed redis and redis-commander services.

Run

  1. Run redis with commander docker-compose up.
  2. In redis commander select third db with select 3.
  3. Run sample node index.
  4. Inspect logs and redis commander :)

Resources

  • Base on this stackoverflow answer.

About

Subscribe to redis keys expiration

License:MIT License


Languages

Language:JavaScript 100.0%