Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-09 01:55:19 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-09 01:55:19 +0300
commitae52979eb5fc88990747446d81bb808b8d04d0d4 (patch)
treec96d30b6e3a87b5bf4f07b54455266a9a9326420 /serialize.list
parentb2afc586547d8a0b52822dcea47038829cda4c78 (diff)
More functions support serialization. Added tracking list.
Diffstat (limited to 'serialize.list')
-rw-r--r--serialize.list66
1 files changed, 66 insertions, 0 deletions
diff --git a/serialize.list b/serialize.list
new file mode 100644
index 00000000..ba19b3f4
--- /dev/null
+++ b/serialize.list
@@ -0,0 +1,66 @@
+This file lists which methods support serialization. Only indented methods have been ported.
+
+ get
+ set
+ setex
+ setnx
+ getSet
+getMultiple
+append
+substr
+strlen
+ lPush
+ lPushx
+ rPush
+ rPushx
+ lPop
+ rPop
+blPop
+brPop
+lSize
+lRemove
+listTrim
+lGet
+lGetRange
+lSet
+lInsert
+sAdd
+sRemove
+sMove
+sContains
+sInter
+sInterStore
+sUnion
+sUnionStore
+sDiff
+sDiffStore
+
+zAdd
+zDelete
+zRange
+zReverseRange
+zRangeByScore
+zCount
+zDeleteRangeByScore
+zCard
+zScore
+zRank
+zRevRank
+zIncrBy
+zInter
+zUnion
+
+mset
+rpoplpush
+
+hGet
+hSet
+hGetAll
+hExists
+hIncrBy
+hMset
+hMget
+
+publish
+subscribe
+unsubscribe