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:
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