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

serialize.list - github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0971e287a82fb58f6680ca2b7bf3a3d79bf4e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
	lRemove
	lGet
	lGetRange
	lSet
	lInsert

	sAdd
	sRemove
	sMove
	sContains

	zAdd
	zDelete
	zScore
	zRank
	zRevRank
	zIncrBy

	mset

	hGet
	hSet
	hGetAll
	hExists
	hMset
	hMget

publish
subscribe
unsubscribe