Skip to content

StringSetAsync Batch Doesnt have expiration #2892

@DR9885

Description

@DR9885

Client needs ability to set batch expiration date, for multiple key values.

Existing Client Method:

Task<bool> StringSetAsync(KeyValuePair<RedisKey, RedisValue>[] values, When when = When.Always, CommandFlags flags = CommandFlags.None);

Needed Client Method:

Task<bool> StringSetAsync(KeyValuePair<RedisKey, RedisValue>[] values, TimeSpan? expiry, When when = When.Always, CommandFlags flags = CommandFlags.None);

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