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