Daniele Alessandri b7c715a03f Rename helper method used to fetch the key tag from a key. il y a 13 ans
..
Processors 0fee0c6d97 Remove the underscore prefix for names of private/protected fields. il y a 13 ans
Command.php b7c715a03f Rename helper method used to fetch the key tag from a key. il y a 13 ans
ConnectionAuth.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ConnectionEcho.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ConnectionPing.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ConnectionQuit.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ConnectionSelect.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashDelete.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashExists.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashGet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashGetAll.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashGetMultiple.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashIncrementBy.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashIncrementByFloat.php 5d04cf540d New commands: INCRBYFLOAT, HINCRBYFLOAT (Redis v2.6-dev). il y a 13 ans
HashKeys.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashLength.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashSet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashSetMultiple.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashSetPreserve.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
HashValues.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ICommand.php 29f26b0f9b [phpdoc] Apply a few fixes to the documentation. il y a 13 ans
KeyDelete.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyExists.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyExpire.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyExpireAt.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyKeys.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyKeysV12x.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyMove.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyPersist.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyPreciseExpire.php 51b998720e New commands: PSETEX, PEXPIRE, PEXPIREAT, PTTL (Redis v2.6-dev). il y a 13 ans
KeyPreciseExpireAt.php 51b998720e New commands: PSETEX, PEXPIRE, PEXPIREAT, PTTL (Redis v2.6-dev). il y a 13 ans
KeyPreciseTimeToLive.php 51b998720e New commands: PSETEX, PEXPIRE, PEXPIREAT, PTTL (Redis v2.6-dev). il y a 13 ans
KeyRandom.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyRename.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyRenamePreserve.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeySort.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyTimeToLive.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
KeyType.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListIndex.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListInsert.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListLength.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopFirst.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopFirstBlocking.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopLast.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopLastBlocking.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopLastPushHead.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPopLastPushHeadBlocking.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPushHead.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPushHeadX.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPushTail.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListPushTailX.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListRange.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListRemove.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListSet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ListTrim.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PrefixHelpers.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PubSubPublish.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PubSubSubscribe.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PubSubSubscribeByPattern.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PubSubUnsubscribe.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
PubSubUnsubscribeByPattern.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ScriptedCommand.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerBackgroundRewriteAOF.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerBackgroundSave.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerClient.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerConfig.php 5680cd40b5 Support the different replies of CONFIG GET|SET|RESETSTAT. il y a 13 ans
ServerDatabaseSize.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerEval.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerEvalSHA.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerFlushAll.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerFlushDatabase.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerInfo.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerInfoV26x.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerLastSave.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerMonitor.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerObject.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerSave.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerScript.php 4e0709ad3d New command: SCRIPT (Redis v2.6-dev). il y a 13 ans
ServerShutdown.php 0fee0c6d97 Remove the underscore prefix for names of private/protected fields. il y a 13 ans
ServerSlaveOf.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ServerSlowlog.php f75974b5d8 New command: SLOWLOG (Redis 2.2). il y a 13 ans
SetAdd.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetCardinality.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetDifference.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetDifferenceStore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetIntersection.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetIntersectionStore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetIsMember.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetMembers.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetMove.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetPop.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetRandomMember.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetRemove.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetUnion.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
SetUnionStore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringAppend.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringDecrement.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringDecrementBy.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringGet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringGetBit.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringGetMultiple.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringGetRange.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringGetSet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringIncrement.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringIncrementBy.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringIncrementByFloat.php 5d04cf540d New commands: INCRBYFLOAT, HINCRBYFLOAT (Redis v2.6-dev). il y a 13 ans
StringPreciseSetExpire.php 51b998720e New commands: PSETEX, PEXPIRE, PEXPIREAT, PTTL (Redis v2.6-dev). il y a 13 ans
StringSet.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetBit.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetExpire.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetMultiple.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetMultiplePreserve.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetPreserve.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSetRange.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringStrlen.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
StringSubstr.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
TransactionDiscard.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
TransactionExec.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
TransactionMulti.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
TransactionUnwatch.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
TransactionWatch.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetAdd.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetCardinality.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetCount.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetIncrementBy.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetIntersectionStore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetRange.php 29f26b0f9b [phpdoc] Apply a few fixes to the documentation. il y a 13 ans
ZSetRangeByScore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetRank.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetRemove.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetRemoveRangeByRank.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetRemoveRangeByScore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetReverseRange.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetReverseRangeByScore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetReverseRank.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetScore.php 4e6ed3f26d [phpdoc] Add API documentation. il y a 13 ans
ZSetUnionStore.php 29f26b0f9b [phpdoc] Apply a few fixes to the documentation. il y a 13 ans