platform/api/laravel/Redis/Connections/PredisClusterConnection.yaml
2024-09-02 10:44:11 -07:00

23 lines
493 B
YAML

name: PredisClusterConnection
class_comment: null
dependencies:
- name: FLUSHDB
type: class
source: Predis\Command\Redis\FLUSHDB
- name: ServerFlushDatabase
type: class
source: Predis\Command\ServerFlushDatabase
properties: []
methods:
- name: flushdb
visibility: public
parameters: []
comment: '# * Flush the selected Redis database on all cluster nodes.
# *
# * @return void'
traits:
- Predis\Command\Redis\FLUSHDB
- Predis\Command\ServerFlushDatabase
interfaces: []