Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trgino/missing-commands-predis

xack, xgroup destroy, xgroup delconsumer, xinfo consumers, xinfo groups
https://github.com/trgino/missing-commands-predis

predis redis

Last synced: 2 months ago
JSON representation

xack, xgroup destroy, xgroup delconsumer, xinfo consumers, xinfo groups

Awesome Lists containing this project

README

        

new Predis\Client([
'scheme' => 'tcp',
'host' => '127.0.0.1',
'port' => 6379,
], [
'commands' => [
'xack' => '\MissingPredis\XACK',
'xgroupdestroy' => '\MissingPredis\XGROUPDESTROY',
'xgroupdelconsumer' => '\MissingPredis\XGROUPDELCONSUMER',
'xinfoconsumers' => '\MissingPredis\XINFOCONSUMERS',
'xinfogroups' => '\MissingPredis\XINFOGROUPS',
'xpending' => '\MissingPredis\XPENDING',
],
]);