8000 A call method (command line text) - not lua · Issue #281 · phpredis/phpredis · GitHub
[go: up one dir, main page]

Skip to content
A call method (command line text) - not lua #281
Closed
@msavery

Description

@msavery

A call method that accepts non-lua commandline-like calls.

This would allow older code bases that use inferior redis libraries (which support call) the ability to switch to this one without major code refactoring.

The we could gradually make the change to supported commands.

e.g.

$redis->call("key *"):

$redis->call("RPUSH mylist 'one'");

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

      0