Closed
Description
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'");