Daniele Alessandri c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
..
Append.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Auth.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
BackgroundRewriteAppendOnlyFile.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
BackgroundSave.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Command.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
Config.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
DatabaseSize.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Decrement.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
DecrementBy.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Delete.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
Discard.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
DoEcho.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Exec.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Exists.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Expire.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ExpireAt.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
FlushAll.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
FlushDatabase.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Get.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
GetBit.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
GetMultiple.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
GetRange.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
GetSet.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashDelete.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashExists.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashGet.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashGetAll.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashGetMultiple.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashIncrementBy.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashKeys.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashLength.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashSet.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashSetMultiple.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashSetPreserve.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
HashValues.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ICommand.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Increment.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
IncrementBy.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Info.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
InfoV24x.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Keys.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
KeysV12x.php fda4f32f06 Rename server profile classes to comply with how underscores are interpreted in the PSR-0 standard. 14 роки тому
LastSave.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
ListIndex.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListInsert.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListLength.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPopFirst.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPopFirstBlocking.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
ListPopLast.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPopLastBlocking.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
ListPopLastPushHead.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
ListPopLastPushHeadBlocking.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
ListPushHead.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPushHeadX.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPushTail.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListPushTailX.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListRange.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListRemove.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListSet.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ListTrim.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
MoveKey.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Multi.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Persist.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Ping.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Publish.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Quit.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
RandomKey.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Rename.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
RenamePreserve.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Save.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
SelectDatabase.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Set.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetAdd.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetBit.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetCardinality.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetDifference.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetDifferenceStore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetExpire.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetIntersection.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
SetIntersectionStore.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
SetIsMember.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetMembers.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetMove.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
SetMultiple.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
SetMultiplePreserve.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
SetPop.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetPreserve.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetRandomMember.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetRange.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetRemove.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetUnion.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
SetUnionStore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Shutdown.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
SlaveOf.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Sort.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Strlen.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Subscribe.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
SubscribeByPattern.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Substr.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
TimeToLive.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Type.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
Unsubscribe.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
UnsubscribeByPattern.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Unwatch.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
Watch.php b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 роки тому
ZSetAdd.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetCardinality.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetCount.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetIncrementBy.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetIntersectionStore.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому
ZSetRange.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetRangeByScore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetRank.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetRemove.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetRemoveRangeByRank.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetRemoveRangeByScore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetReverseRange.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetReverseRangeByScore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetReverseRank.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetScore.php 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 роки тому
ZSetUnionStore.php c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 роки тому