Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema evolution in practice #237

Open
ivanovdns opened this issue Jul 25, 2022 · 1 comment
Open

Schema evolution in practice #237

ivanovdns opened this issue Jul 25, 2022 · 1 comment
Labels
question Further information is requested

Comments

@ivanovdns
Copy link

Dear developers,
I'd like to write some modules for Redis in Rust.

  1. To avoid serde I'd like to use custom types. How can I do schema evolution for them in future?
  2. For production grade code should I care about handlers?
        rdb_load: None,
        rdb_save: None,
        aof_rewrite: None,
        free: Some(free),

        // Currently unused by Redis
        mem_usage: None,
        digest: None,

        // Aux data
        aux_load: None,
        aux_save: None,
        aux_save_triggers: 0,

        free_effort: None,
        unlink: None,
        copy: None,
        defrag: None,

Thanks in advance.

@gkorland gkorland added the question Further information is requested label Jul 25, 2022
@gkorland
Copy link
Contributor

This discord server might be more suitable for this question https://discord.com/channels/697882427875393627/743547629471793252

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants