Skip to content

Store objects as JSON in Redis #199

@jasny

Description

@jasny

Store objects as JSON or CBOR (see #197) instead of using a hash map.

The value of the hash map field can only be a string, number, or buffer. While objects can have nested structures. There's also little benefit to an hmap, unless you want to get specific fields, which isn't used.

The save role association function probably isn't working correctly because of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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