Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add a description of the getEx method to the documentation. #2512

@13ilya-old

Description

@13ilya-old

We need an analog of the command
$value = $redis->rawCommand('GETEX', $key, 'EX', $ttl);
Only native without using the rawCommand() method.
$value = $redis->getEx($key, $ttl);
or
$value = $redis->getEx($key, 'ex', $ttl);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions