Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-output-redisWithExpires

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-output-redisWithExpires

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Embulk output plugin for Redis with Expires

Generic

Overview

Thanks for komamitsu, origin version: https://github.com/komamitsu/embulk-output-redis

  • Plugin type: output
  • Resume supported: no

Configuration

  • host: Hostname of the Redis server (string, default: "localhost")
  • port: Port of the Redis server (integer, default: 6379)
  • db: Database number (integer, default: 0)
  • key_prefix: Key prefix for input/output plugin (string, default:"")
  • encode: Encoding in Redis (string, default: "json")
  • json: Stored as a JSON string. GET/SET commands can access it
  • hash: Stored as a Hash. H* commands such as HMGET/HMSET can access it
  • key: Column name used for a key in Redis (string, required)
  • expires: redis key expires second (integer, default: 0)

Example

out:
  type: redisWithExpires
  host: localhost
  port: 6379
  db: 0
  key: id
  key_prefix: user_
  encode: json
  expires: 60

FAQs

Package last updated on 05 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc