Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 346 Bytes

rapid-redis

Simple example to query Twitter and cache results in Redis.

  1. Log into Twitter and create an app: https://apps.twitter.com

  2. Change config.js to set to your values for Twitter and Redis configuration.

  3. Ensure Redis is running (or available remotely).

  4. Run node index.js query (query is your search text).