Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 596 Bytes

Intrapersonal.md

File metadata and controls

31 lines (21 loc) · 596 Bytes

Intrapersonal

This class is an abstraction of a consumer acting out of a group, handling intrapersonal communication (with himself) through a redis stream.

📚 Usage

const consumer = new Intrapersonal({
  streamName: "my-stream-name",
  frequency: 10000, 
  lastId: "0-0",
  count: 10
});

const readable = Readable.from(basicStream[Symbol.asyncIterator]());

📜 API

consume

Use this method to pull data out of the connected stream.

cleanStream

Use this method to pull out all data of the connected stream.