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

Redis crypto store #1256

Closed
wants to merge 22 commits into from
Closed

Commits on Dec 5, 2022

  1. Redis-based crypto store

    andybalaam committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    28af2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9273f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9a088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bf4a3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56587bc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Fix clippy lints

    andybalaam committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1678a37 View commit details
    Browse the repository at this point in the history
  2. Fix docs errors

    andybalaam committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4344141 View commit details
    Browse the repository at this point in the history
  3. Further formatting fixes

    andybalaam committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8fdfcdc View commit details
    Browse the repository at this point in the history
  4. More clippy fixes

    andybalaam committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d7f1428 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    815b96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d1e75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddda1f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Remove unnecessary semicolon

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fd9d7c1 View commit details
    Browse the repository at this point in the history
  2. Implement RedisClientShim directly on redis::Client

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6223674 View commit details
    Browse the repository at this point in the history
  3. Implement RedisPipelineShim directly on redis::Pipeline

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5097ca7 View commit details
    Browse the repository at this point in the history
  4. Remove allow(unused)

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fc28e3c View commit details
    Browse the repository at this point in the history
  5. Substitute into format string inline

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9b278fb View commit details
    Browse the repository at this point in the history
  6. Substitute into another format string inline

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    906c027 View commit details
    Browse the repository at this point in the history
  7. Substitute into a 3rd format string inline

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9bee432 View commit details
    Browse the repository at this point in the history
  8. Substitute into a 4th format string inline

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4d45c85 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Jonas Platte <[email protected]>
    andybalaam and jplatte authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    271c942 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0175a1d View commit details
    Browse the repository at this point in the history