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

commandsStatus.txt « tests - github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1bf02fbf34bf98547ab93e047b1131f920a1848 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107

Status : {MULTI, PIPELINE}
Command : Status
example
get : {1, 1}


    * get	{0, 1}
    * set	{0, 1}  
    * getset	{0, 1}
    * incr	{0, 1}
    * incrby	{0, 1}
    * decr	{0, 1}
    * decrby	{0, 1}
    * rename	{0, 1}
    * renameNx	{0, 1}
    * ttl		{0, 1}
    * ping	{0, 1}
    * setnx	{0, 1}
    * exists	{0, 1}
    * randomkey	{0, 1}
    * del	{0, 1}
    * mget	{0, 1}
    * mset	{0, 0}
    * msetnx {0, 0}
    * expire {0, 1}
    * expireat {0, 0}
    * info
    * multi
    * exec
    * discard
    * auth
    * select
    * keys
    * dbsize
    * lastsave
    * flushdb
    * flushall
    * save
    * bgsave
    * bgrewriteaof
    * move
    * sort
    * type
    * append
    * substr
    * config (get and set, not resetstat)

    * lpush {0, 1}
    * rpush {0, 1}
    * rpoplpush {0, 1}
    * llen {0, 1}
    * lpop {0, 1}
    * rpop {0, 1}
    * blpop
    * brpop
    * ltrim {0, 1}
    * lindex {0, 1}
    * lrem {0, 1}
    * lset {0, 1}
    * lrange {0, 1}

    * sadd
    * srem
    * sismember
    * scard
    * spop
    * srandmember
    * smove
    * sinter
    * sunion
    * sdiff
    * sinterstore
    * sunionstore
    * sdiffstore

    * zadd
    * zincrby
    * zrem
    * zscore
    * zrank
    * zrevrank
    * zrange
    * zrevrange
    * zcard
    * zcount
    * zremrangebyrank
    * zrangebyscore
    * zremrangebyscore
    * zunion
    * zinter

    * hset
    * hget
    * hdel
    * hexists
    * hlen
    * hkeys
    * hvals
    * hgetall
    * hincrby

Functions not implemented

    * subscribe
    * unsubscribe
    * publish