mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
* Remove/update mentions of removed methods These methods were deprecated in a previous release * Correct documentation for zInter/zinterstore * Correct documentation for zUnion/zunionstore * Add documentation for zDiff/zdiffstore * Add documentation for zMscore
50 lines
409 B
Plaintext
50 lines
409 B
Plaintext
This file lists which methods support serialization. Only indented methods have been ported.
|
|
|
|
get
|
|
set
|
|
setex
|
|
setnx
|
|
getSet
|
|
mGet
|
|
append
|
|
getRange
|
|
strlen
|
|
lPush
|
|
lPushx
|
|
rPush
|
|
rPushx
|
|
lPop
|
|
rPop
|
|
blPop
|
|
brPop
|
|
lRange
|
|
lRem
|
|
lIndex
|
|
lSet
|
|
lInsert
|
|
|
|
sAdd
|
|
sRem
|
|
sMove
|
|
sIsMember
|
|
|
|
zAdd
|
|
zRem
|
|
zScore
|
|
zRank
|
|
zRevRank
|
|
zIncrBy
|
|
|
|
mset
|
|
|
|
hGet
|
|
hSet
|
|
hGetAll
|
|
hExists
|
|
hMset
|
|
hMget
|
|
|
|
publish
|
|
subscribe
|
|
unsubscribe
|