Skip to content

翻了车的老司机

其实我一直在你身边

Search for:

Redis 数据类型有序集合(sorted set)

ZADD key score1 member1 [score2 member2]
ZCARD key

  • Posted on: 2019年4月28日 2019年4月28日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis 数据类型有序集合(sorted set)

Redis 数据类型集合(Set)

SADD key member1 [member2]
SMEMBERS key
SCARD key

  • Posted on: 2019年4月28日 2019年4月28日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis 数据类型集合(Set)

Redis 数据类型哈希(Hash)

HSET key field value
HGET key field
HEXISTS key field

  • Posted on: 2019年4月28日 2019年4月28日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis 数据类型哈希(Hash)

Redis 数据类型 string

SETEX key seconds value
​SETNX key value

  • Posted on: 2019年4月28日 2019年4月28日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis 数据类型 string

Redis5 redis-cli –cluster帮助命令详情

./src/redis-cli –cluster help

  • Posted on: 2019年4月26日 2019年4月26日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis5 redis-cli –cluster帮助命令详情

Redis5 集群命令

cluster info
cluster nodes

  • Posted on: 2019年4月26日 2019年4月26日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis5 集群命令

Redis5 创建集群

./src/redis-cli -a zzs888 –cluster create 172.16.164.31:8001 172.16.164.31:8002 172.16.164.31:8003 172.16.164.31:8004 172.16.164.31:8005 172.16.164.31:8006 –cluster-replicas 1

  • Posted on: 2019年4月25日 2019年4月25日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis5 创建集群

Redis Cluster集群管理工具redis-trib.rb 详解(十) set-timeout设置集群节点间心跳连接的超时时间

./src/redis-trib.rb set-timeout 114.55.116.177:8002 4000

  • Posted on: 2019年4月24日 2019年4月24日
  • Author: zzs10086
  • Categories: php
  • Leave a comment: Redis Cluster集群管理工具redis-trib.rb 详解(十) set-timeout设置集群节点间心跳连接的超时时间

Redis Cluster集群管理工具redis-trib.rb 详解(九) del-node删除集群节点

./src/redis-trib.rb del-node 114.55.116.177:8011 d15d12ebd2c9f26c0842972388b140fe8b99663c
./src/redis-trib.rb add-node –slave –master-id 2be98baec0311e499a3aca1726aba895a1f15c1e 114.55.116.177:8011 114.55.116.177:8001

  • Posted on: 2019年4月24日 2019年4月24日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis Cluster集群管理工具redis-trib.rb 详解(九) del-node删除集群节点

Redis Cluster集群管理工具redis-trib.rb 详解(八) fix命令修复节点

./src/redis-trib.rb check 114.55.116.177:8002
./src/redis-trib.rb fix 114.55.116.177:8003

  • Posted on: 2019年4月24日 2019年4月24日
  • Author: zzs10086
  • Categories: redis
  • Leave a comment: Redis Cluster集群管理工具redis-trib.rb 详解(八) fix命令修复节点

Pagination

Previous page Page: 1 Page: 2 Page: 3 Page: 4 Page: 5 Page: 6 Page: 7 Page: 8 Page: 9 … Page: 20 Next page

分类目录

  • elasticsearch
  • git
  • go
  • java
  • laravel
  • Linux
  • mysql
  • nginx
  • node.js
  • php
  • redis
  • shell
  • vue
  • webpack
  • 小程序
Search for:
2019年十二月
一 二 三 四 五 六 日
« 11月    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

近期文章

  • mysql 查看指定表的实际磁盘存储大小
  • Laravel withCount 用法
  • laravel 请求接口data
  • php 数组 转换 js数组
  • 通过监控Nginx日志来实时屏蔽高频恶意访问的IP

近期评论

  • 会飞的鱼发表在《elasticsearch linux 常用命令》
  • zzs10086发表在《ECS nginx负载均衡实施方案》
  • zzs10086发表在《windows git ssh keys 生成》

© 2019 翻了车的老司机. 我在你身边绕了一个圈,回到原点你却已在远方,思念悔恨萦绕一生。

苏ICP备16035736号-3