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

Skip to content

Missing updated SET functionality #364

@MaideCa

Description

@MaideCa

Hello,

Redis 2.6.12 has added some handy features to the base SET function, allowing a combined SETNX (or SETXX) and SETEX in one request. I would like this added to phpredis as it is very useful for as self-expiring locks in one command.

Example command: set key value ex 5 nx
Details: http://redis.io/commands/set

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