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

Skip to content

Documentation: set parameters misleading #169

@opensourceame

Description

@opensourceame

The documentation mentions use of the set methods such as:

$redis->sAdd('key1' , 'set1');

I find this misleading as it suggests that the set1 is the name of the set rather than a member of the set.

I suggest you change the doc to the more obvious:

$redis->sAdd('key1', 'member1');

which is how it's documented on the Redis website.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions