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