redis 在线文档帮助手册教程

白天 夜间 首页 下载 阅读记录
  我的书签   添加书签   移除书签

BRPOP key [key ...] timeout

来源 CnDoc 浏览 169 扫码 分享 2022-05-04 22:36:15

若有收获,就点个赞吧

0 人点赞

上一篇:
下一篇:
  • 书签
  • 添加书签 移除书签
  • APPEND key value
  • AUTH password
  • BGREWRITEAOF
  • BGSAVE
  • BITCOUNT key start end [start end ...]
  • BITOP operation destkey key [key ...]
  • BITPOS key bit [start] [end]
  • BLPOP key [key ...] timeout
  • BRPOP key [key ...] timeout
  • BRPOPLPUSH source destination timeout
  • CLIENT GETNAME
  • CLIENT KILL [ip:port] [ID client-id] [TYPE normal|slave|pubsub] [ADDR ip:port] [SKIPME yes/no]
  • CLIENT LIST
  • CLIENT PAUSE timeout
  • CLIENT SETNAME connection-name
  • CLUSTER SLOTS
  • COMMAND COUNT
  • COMMAND GETKEYS
  • COMMAND INFO command-name [command-name ...]
  • COMMAND
  • CONFIG GET parameter
  • CONFIG RESETSTAT
  • CONFIG REWRITE
  • CONFIG SET parameter value
  • DBSIZE
  • DEBUG OBJECT key
  • DEBUG SEGFAULT
  • DECR key
  • DECRBY key decrement
  • DEL key [key ...]
  • DISCARD
  • DUMP key
  • ECHO message
  • EVAL script numkeys key [key ...] arg [arg ...]
  • EVALSHA sha1 numkeys key [key ...] arg [arg ...]
  • EXEC
  • EXISTS key
  • EXPIRE key seconds
  • EXPIREAT key timestamp
  • FLUSHALL
  • FLUSHDB
  • GET key
  • GETBIT key offset
  • GETRANGE key start end
  • GETSET key value
  • HDEL key field [field ...]
  • HEXISTS key field
  • HGET key field
  • HGETALL key
  • HINCRBY key field increment
  • HINCRBYFLOAT key field increment
  • HKEYS key
  • HLEN key
  • HMGET key field [field ...]
  • HMSET key field value [field value ...]
  • HSCAN key cursor [MATCH pattern] [COUNT count]
  • HSET key field value
  • HSETNX key field value
  • HVALS key
  • INCR key
  • INCRBY key increment
  • INCRBYFLOAT key increment
  • 空标题文档
  • INFO [section]
  • KEYS pattern
  • LASTSAVE
  • LINDEX key index
  • LINSERT key BEFORE|AFTER pivot value
  • LLEN key
  • LPOP key
  • LPUSH key value [value ...]
  • LPUSHX key value
  • LRANGE key start stop
  • LREM key count value
  • LSET key index value
  • LTRIM key start stop
  • MGET key [key ...]
  • MIGRATE host port key destination-db timeout [COPY] [REPLACE]
  • MONITOR
  • MOVE key db
  • MSET key value [key value ...]
  • MSETNX key value [key value ...]
  • MULTI
  • OBJECT subcommand [arguments [arguments ...]]
  • PERSIST key
  • PEXPIRE key milliseconds
  • PEXPIREAT key milliseconds-timestamp
  • PFADD key element [element ...]
  • PFCOUNT key [key ...]
  • PFMERGE destkey sourcekey [sourcekey ...]
  • PING
  • PSETEX key milliseconds value
  • PSUBSCRIBE pattern [pattern ...]
  • PTTL key
  • PUBLISH channel message
  • PUBSUB subcommand [argument [argument ...]]
  • PUNSUBSCRIBE [pattern [pattern ...]]
  • QUIT
  • RANDOMKEY
  • RENAME key newkey
  • RENAMENX key newkey
  • RESTORE key ttl serialized-value
  • ROLE
  • RPOP key
  • RPOPLPUSH source destination
  • RPUSH key value [value ...]
  • RPUSHX key value
  • SADD key member [member ...]
  • SAVE
  • SCAN cursor [MATCH pattern] [COUNT count]
  • SCARD key
  • SCRIPT EXISTS script [script ...]
  • SCRIPT FLUSH
  • SCRIPT KILL
  • SCRIPT LOAD script
  • SDIFF key [key ...]
  • SDIFFSTORE destination key [key ...]
  • SELECT index
  • SET key value [EX seconds] [PX milliseconds] [NX|XX]
  • SETBIT key offset value
  • SETEX key seconds value
  • SETNX key value
  • SETRANGE key offset value
  • SHUTDOWN [NOSAVE] [SAVE]
  • SINTER key [key ...]
  • SINTERSTORE destination key [key ...]
  • SISMEMBER key member
  • SLAVEOF host port
  • SLOWLOG subcommand [argument]
  • SMEMBERS key
  • SMOVE source destination member
  • SORT key [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC|DESC] [ALPHA] [STORE destination]
  • SPOP key
  • SRANDMEMBER key [count]
  • SREM key member [member ...]
  • SSCAN key cursor [MATCH pattern] [COUNT count]
  • STRLEN key
  • SUBSCRIBE channel [channel ...]
  • SUNION key [key ...]
  • SUNIONSTORE destination key [key ...]
  • SYNC
  • TIME
  • TTL key
  • TYPE key
  • UNSUBSCRIBE [channel [channel ...]]
  • UNWATCH
  • WATCH key [key ...]
  • ZADD key score member [score member ...]
  • ZCARD key
  • ZCOUNT key min max
  • ZINCRBY key increment member
  • ZINTERSTORE destination numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX]
  • ZLEXCOUNT key min max
  • ZRANGE key start stop [WITHSCORES]
  • ZRANGEBYLEX key min max [LIMIT offset count]
  • ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset count]
  • ZRANK key member
  • ZREM key member [member ...]
  • ZREMRANGEBYLEX key min max
  • ZREMRANGEBYRANK key start stop
  • ZREMRANGEBYSCORE key min max
  • ZREVRANGE key start stop [WITHSCORES]
  • ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
  • ZREVRANK key member
  • ZSCAN key cursor [MATCH pattern] [COUNT count]
  • ZSCORE key member
  • ZUNIONSTORE destination numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX]
  • 空标题文档
  • Community
  • 文档
  • Download
  • Try it
  • Support
  • Redis Administration
  • How fast is Redis?
  • Redis Clients Handling
  • Redis cluster Specification (work in progress)
  • Redis cluster tutorial
  • Redis configuration
  • Redis的数据类型和抽象的介绍
  • Data types
  • Redis debugging guide
  • Distributed locks with Redis
  • FAQ
  • Event Library
  • Redis Event Library
  • Hacking Strings
  • Virtual Memory technical specification
  • Redis Internals documentation
  • Introduction to Redis
  • Redis latency monitoring framework
  • Redis latency problems troubleshooting
  • Redis license and trademark information
  • Using Redis as an LRU cache
  • Redis Mass Insertion
  • Special encoding of small aggregate data types
  • Redis Keyspace Notifications
  • 分区:如何在多台Redis中分离数据。
  • Redis Persistence
  • 请求/响应协议和 往返时延
  • Problems with Redis? This is a good starting point.
  • Redis Protocol specification
  • Pub/Sub
  • Redis Design Draft 1 -- Redis Design Drafts
  • Redis Design Draft 2 -- RDB version 7 info fields
  • Redis Design Drafts
  • Redis release cycle
  • Replication
  • Redis Security
  • Guidelines for Redis clients with support for Redis Sentinel
  • Redis Sentinel Documentation
  • Redis Signals Handling
  • Redis Sponsors
  • Redis TRADEMARK GUIDELINES
  • Transactions
  • Tutorial: Design and implementation of a simple Twitter clone using PHP and the Redis key-value store
  • Who's using Redis?
暂无相关搜索结果!

    让时间为你证明

    展开/收起文章目录

    分享,让知识传承更久远

    文章二维码

    手机扫一扫,轻松掌上读

    文档下载

    请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
    PDF文档 EPUB文档 MOBI文档

    书签列表

      阅读记录

      阅读进度: 0.00% ( 0/0 ) 重置阅读进度

        思维导图备注