@arkecosystem/core-transaction-pool-redis
v0.1.1
Published
Transaction Pool - Redis Implementation for ARK Core
Readme

ARK Core - Transaction Pool Redis
Installation
yarn add @arkecosystem/core-transaction-pool-redisConfiguration
Defaults
module.exports = {
enabled: true,
key: 'ark',
maxTransactionsPerSender: 100,
whitelist: ['127.0.0.1', '192.168.*'],
redis: {
host: process.env.ARK_REDIS_HOST || 'localhost',
port: process.env.ARK_REDIS_PORT || 6379
}
}Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
