Skip to content

dokuma/embulk-output-rediskeys

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Rediskeys output plugin for Embulk

Overview

  • Plugin type: output
  • Load all or nothing: no
  • Resume supported: no
  • Cleanup supported: yes

Configuration

  • host: Redis hostname (string, default:localhost).
  • port: Redis port number (int, default: 6379).
  • db: Number of Redis DB to dump columns (int, default: 0).
  • key_prefix: Prefix of column name to set. (string, required).
  • encode: Type of eoncoding of data to set (string, default:json).

Example

out:
  type: rediskeys
  host: localhost
  port: 6379
  db: 4
  key_prefix: test_key
  encode: json

Build

$ rake

About

Output plugin for Embulk.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages