Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

certinia/orizuru-transport-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orizuru Transport Redis.

Build Status NSP Status

Orizuru Transport Redis is a transport library for the Orizuru framework.

Install

$ npm install @financialforcedev/orizuru-transport-redis

Usage

Use this dependency to specify the transport layer that @financialforcedev/orizuru uses as Redis.

const
	// get classes from orizuru
	{ Server, Handler, Publisher } = require('@financialforcedev/orizuru'),

	// get the transport
	transport = require('@financialforcedev/orizuru-transport-redis'),

	// configure the transport
	transportConfig = {
		url: 'redis://localhost:6379'
	};

new Server({ transport, transportConfig }))...
new Handler({ transport, transportConfig })...
new Publisher({ transport, transportConfig })...

API Docs

Click to view JSDoc API documentation.

About

Redis transport for Orizuru.

Resources

License

Stars

Watchers

Forks

Packages

No packages published