Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trgino/missing-commands-predis
- Owner: trgino
- Created: 2024-07-26T08:46:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T15:30:14.000Z (5 months ago)
- Last Synced: 2024-07-29T20:59:41.113Z (5 months ago)
- Topics: predis, redis
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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',
],
]);