Skip to content

hmset() uses deprecated command HMSET #1269

@mirekphd

Description

@mirekphd

Redis command HMSET is deprecated (its functionality was moved to HSET command) since version 4.0.0 (July 2017) but redis-py still executes this deprecated command in its hmset() function. So the function should probably updated to use HSET without waiting for HMSET command to be entirely removed from Redis API.

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