mirror of
https://github.com/predis/predis.git
synced 2026-08-25 01:49:43 +00:00
7f690cb62e
Commands are verified by checking their IDs and optionally arguments. Passing a command instance is only a shortcut to set the expected ID and arguments, commands are never compared for identity but always for equivalence.