Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Transposing a table to import data into Redis Hash #170

Description

@viastakhov

This is the feature request.

At the moment the db-import command imports data from a relational database into Redis Hash following way:

$ riot dbimport ... hset --keyspace actor --key id
id:    123                   HSET:  actor:123
first: Tom        =>          first:  Tom
last:  Hanks                  last:   Hank

Feature request: transpose a table in order to get Redis Hash like this:

id:    123                   HSET:  actor:123
first: Tom        =>          Tom: Hank
last:  Hanks                

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions