retwis/Predis/Command
antirez c58f935fdc Retwis ported to modern Redis data types.
The example (and related documentation at redis.io) was not updated for
5 years. Redis had no sorted sets and hashes when the original code was
written (!). An update was really needed.

We also use a modern PHP client now: Predis. A copy is shipped within
this repository to make life easier to newcomers trying Redis for the
first time via this example.
2014-05-28 11:08:22 +02:00
..
Processor Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
AbstractCommand.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
CommandInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionAuth.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionEcho.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionPing.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionQuit.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ConnectionSelect.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashDelete.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashExists.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashGet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashGetAll.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashGetMultiple.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashIncrementBy.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashIncrementByFloat.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashKeys.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashLength.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashScan.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashSet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashSetMultiple.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashSetPreserve.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
HashValues.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyDelete.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyDump.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyExists.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyExpire.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyExpireAt.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyKeys.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyKeysV12x.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyMove.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyPersist.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyPreciseExpire.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyPreciseExpireAt.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyPreciseTimeToLive.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyRandom.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyRename.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyRenamePreserve.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyRestore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyScan.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeySort.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyTimeToLive.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
KeyType.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListIndex.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListInsert.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListLength.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopFirst.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopFirstBlocking.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopLast.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopLastBlocking.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopLastPushHead.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPopLastPushHeadBlocking.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPushHead.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPushHeadX.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPushTail.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListPushTailX.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListRange.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListRemove.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListSet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ListTrim.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PrefixableCommand.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PrefixableCommandInterface.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PrefixHelpers.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PubSubPublish.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PubSubSubscribe.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PubSubSubscribeByPattern.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PubSubUnsubscribe.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
PubSubUnsubscribeByPattern.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
RawCommand.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ScriptedCommand.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerBackgroundRewriteAOF.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerBackgroundSave.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerClient.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerConfig.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerDatabaseSize.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerEval.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerEvalSHA.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerFlushAll.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerFlushDatabase.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerInfo.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerInfoV26x.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerLastSave.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerMonitor.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerObject.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerSave.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerScript.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerShutdown.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerSlaveOf.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerSlowlog.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ServerTime.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetAdd.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetCardinality.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetDifference.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetDifferenceStore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetIntersection.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetIntersectionStore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetIsMember.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetMembers.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetMove.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetPop.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetRandomMember.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetRemove.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetScan.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetUnion.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
SetUnionStore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringAppend.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringBitCount.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringBitOp.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringDecrement.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringDecrementBy.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringGet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringGetBit.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringGetMultiple.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringGetRange.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringGetSet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringIncrement.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringIncrementBy.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringIncrementByFloat.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringPreciseSetExpire.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSet.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetBit.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetExpire.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetMultiple.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetMultiplePreserve.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetPreserve.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSetRange.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringStrlen.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
StringSubstr.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
TransactionDiscard.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
TransactionExec.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
TransactionMulti.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
TransactionUnwatch.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
TransactionWatch.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetAdd.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetCardinality.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetCount.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetIncrementBy.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetIntersectionStore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRange.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRangeByScore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRank.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRemove.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRemoveRangeByRank.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetRemoveRangeByScore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetReverseRange.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetReverseRangeByScore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetReverseRank.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetScan.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetScore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00
ZSetUnionStore.php Retwis ported to modern Redis data types. 2014-05-28 11:08:22 +02:00