Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 719 Bytes

ioredis Client Demo

Some basic demos using the ioredis Redis client.

To use, first npm install, then:

  • npm run basics: Basic connection, command and pipeline demo.
  • npm run streamingscan: Using the streaming interface to the SSCAN command.
  • npm run transformers: Using reply and argument transformers with Redis streams.

Get Redis from redis.io, or sign up for a free Redis Cloud Essentials instance.

Want more Redis videos? Subscribe to our YouTube channel for regular uploads!