Daniele Alessandri b5d748156e Implement a class to chain multiple command preprocessors. 14 лет назад
..
Preprocessors b5d748156e Implement a class to chain multiple command preprocessors. 14 лет назад
Append.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Auth.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
BackgroundRewriteAppendOnlyFile.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
BackgroundSave.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Command.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Config.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
DatabaseSize.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Decrement.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
DecrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Delete.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Discard.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
DoEcho.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Exec.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Exists.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Expire.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ExpireAt.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
FlushAll.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
FlushDatabase.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Get.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
GetBit.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
GetMultiple.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
GetRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
GetSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashDelete.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashExists.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashGet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashGetAll.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashGetMultiple.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashKeys.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashSetMultiple.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashSetPreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
HashValues.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ICommand.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 15 лет назад
Increment.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
IncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Info.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
InfoV24x.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 15 лет назад
Keys.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
KeysV12x.php fda4f32f06 Rename server profile classes to comply with how underscores are interpreted in the PSR-0 standard. 15 лет назад
LastSave.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListIndex.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListInsert.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListLength.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopFirst.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopFirstBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopLast.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopLastBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopLastPushHead.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPopLastPushHeadBlocking.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPushHead.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPushHeadX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPushTail.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListPushTailX.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListSet.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ListTrim.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
MoveKey.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Multi.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Persist.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Ping.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Publish.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Quit.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
RandomKey.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Rename.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
RenamePreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Save.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SelectDatabase.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Set.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetAdd.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetBit.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetDifference.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetDifferenceStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetExpire.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetIntersection.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetIntersectionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetIsMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetMembers.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetMove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetMultiple.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetMultiplePreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetPop.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetPreserve.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetRandomMember.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetUnion.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SetUnionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Shutdown.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SlaveOf.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Sort.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Strlen.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Subscribe.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
SubscribeByPattern.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Substr.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
TimeToLive.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Type.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Unsubscribe.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
UnsubscribeByPattern.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Unwatch.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
Watch.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetAdd.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetCardinality.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetCount.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetIncrementBy.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetIntersectionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRemove.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRemoveRangeByRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetRemoveRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetReverseRange.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetReverseRangeByScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetReverseRank.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetScore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад
ZSetUnionStore.php 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 15 лет назад