Redis
  • Intro
  • Contributor
    • Contributor
  • Install
    • Mac OS
    • Windows
  • Connection
    • Redis server / client
      • Configuration
    • Node.js
      • createClient
        • options
  • Concept
    • Book
    • Property
    • Data Type
  • Command
    • DB
      • select
      • flushdb
      • flushall
    • Key
      • del
      • keys
      • exists
      • expire
      • ttl
    • String
      • set & get
      • getrange
      • mget
      • mset
      • strlen
      • append
      • incr & decr
      • setex
      • <Scenario>
    • Hash
      • hset & hget & hdel
      • hgetall & hkeys & hvals
      • hmget & hmset
      • hlen
      • hstrlen
      • hscan
      • hincrby
      • hexists
      • hsetnx
      • <Scenario>
    • List
      • rpush & lpush
      • lrange
      • rpop & lpop
      • brpop & blpop
      • rpushx & lpushx
      • rpoplpush
      • brpoplpush
      • lindex
      • lset
      • linsert
      • llen
      • ltrim
      • lrem
      • <Scenario>
    • Set
      • sadd
      • smembers
      • srandmember
      • spop
      • srem
      • scard
      • sdiff
      • sdiffstore
      • sinter
      • sinterstore
      • sunion
      • sunionstore
      • sismember
      • smove
      • sscan
      • <Scenario>
    • Zset
      • zadd
      • zrange
      • zrevrange
      • zcard
      • zscore
      • zcount
      • zincrby
      • zinterstore
      • zunionstore
      • zrangebyscore
      • zrevrangebyscore
      • zrangebylex
      • zrevrangebylex
      • zlexcount
      • zrank
      • zrevrank
      • zrem
      • zremrangebylex
      • zremrangebyscore
      • zremrangebyrank
      • zscan
      • <Scenario>
  • Reference
    • Reference
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Reference

LogoData types – Redis
面試官:你真的瞭解Redis分散式鎖嗎?IT人
LogoCommand reference – Redis
Logo使用Redis的HSCAN命令遇到的一個問題_程式設計_程式人生
LogoRedis configurations  |  Memorystore for Redis  |  Google CloudGoogle Cloud
LogoRedis configuration – Redis
Logo学这篇就够了--Node.js和Redis教程:使用Node.js和Redis进行缓存知乎专栏
http://www.andrewchen.tw/2015/08/16/20150816_JS_redis/www.andrewchen.tw
LogoRedis 常用操作命令,非常详细!知乎专栏
LogoRedis Data Types: - w3resourcew3resource
LogoRedis 分享會筆記Medium
LogoGitHub - redis/node-redis: A high-performance Node.js Redis client.GitHub
LogoRedis with Node.js (node_redis) | Redis Documentation Center
Logonpm: redisnpm
https://my.oschina.net/zjllovecode/blog/3160756my.oschina.net
Logo玩轉Redis-Redis基礎資料結構及核心命令 - IT閱讀
Logo《閑扯Redis三》Redis五種數據類型之List型 - ⎝⎛CodingNote.cc ⎞⎠CodingNote.cc

Previous<Scenario>

Last updated 3 years ago

Was this helpful?