1 مستودع
Capabilities for defining new data store commands or overriding existing ones with custom argument filtering.
Distinct from Custom Command Definitions: Specifically targets the extensibility of database client commands rather than general application CLI commands
Explore 1 awesome GitHub repository matching development tools & productivity · Data Store Command Extensions. Refine with filters or upvote what's useful.
Predis is a PHP library for connecting to and executing commands against Redis and Valkey data stores. It functions as a client for managing data integration, providing dedicated implementations for cluster sharding, pub/sub messaging, and Sentinel-based service discovery. The project distinguishes itself through specialized clients for executing server-side Lua scripts with automated hash caching and a cluster client that supports gossip protocols and key distribution. It also implements a Sentinel client to manage high availability and failover within replicated environments. The library c
Allows the implementation of new data store commands or the override of existing ones with custom filtering.