Skip to content

Efficient Object Parsing: Redis-Based Global Object Management for Model ID-Independent Operations #176

@giangbimin

Description

@giangbimin

My Use Case

  • Recently, I created a multi-step form for a form object, employing turbo rendering step by step, and storing the state of the form object throughout the steps.

  • I also want to parse form object to sidekiq job

My Ideas

  • How about parsing objects without a model ID? One idea is to create a global object that isn't dependent on Active Record or a database; instead, it would be stored in Redis cache and revalidated if necessary.
  • This approach could be useful for scenarios such as managing many form objects or multi-step forms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions