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

Make KEYS can visit expired key in import-source state #1326

Merged
merged 1 commit into from
Nov 27, 2024

Commits on Nov 20, 2024

  1. Make KEYS can visit expired key in import-source state

    After valkey-io#1185, a client in import-source state can visit expired
    key both in read commands and write commands, this commit handle
    keyIsExpired function to handle import-source state as well, so
    KEYS can visit the expired key.
    
    This is not particularly important, but it ensures the definition,
    also doing some cleanup around the test, verified that the client
    can indeed visit the expired key.
    
    Signed-off-by: Binbin <binloveplay1314@qq.com>
    enjoy-binbin committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3032a99 View commit details
    Browse the repository at this point in the history