Skip to content

Expose a friendly way to run the "TOUCH" command #1278

@airbreather

Description

@airbreather

We currently run the TOUCH command like this:

byte[] keyToTouch = /* ... */;
object[] args = { keyToTouch };
db.Execute("TOUCH", args, CommandFlags.FireAndForget);

It would be nice to have a friendlier version of this.

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