Skip to content
专注着的博客 专注着的博客

记录编程路上的点点滴滴

  • 首页
  • 编程开发
    • javajava
    • 前端编程前端变成
    • Pythonpython开发
    • 数据库数据库
  • 大数据大数据
  • 中间件中间件
  • 容器管理容器管理
  • 关于我
登录
Avatar photo
About 专注着
一个奋斗在编程路上的小伙
Posted inredis

REDIS服务器

服务器 命令请求的执行过程 使用SET KEY VALUE命令为例, 客户端和服务器共需要执行以下操…
show details
Posted by Avatar photo 专注着 30 3 月, 2021
Posted inredis

REDIS数据结构-哈希对象(hash)

对象编码 哈希对象的编码可以是ziplist或者hashtable ziplist ziplist编…
show details
Posted by Avatar photo 专注着 29 3 月, 2021
Posted inredis

REDIS数据结构-集合对象(Set)

集合对象的编码可以是intset或者hashtable. intset编码的集合 intset编码集…
show details
Posted by Avatar photo 专注着 29 3 月, 2021
Posted inredis

redis数据结构-列表对象(List)

列表对象编码 列表对象可以是ziplist或者linkedlist两种。 编码转换条件 列表对象保存…
show details
Posted by Avatar photo 专注着 29 3 月, 2021
Posted inredis

redis数据结构-有序集合对象(SortedSet)

有序集合对象 编码 有序集合的编码可以是ziplist或者skiplist ziplist zipl…
show details
Posted by Avatar photo 专注着 28 3 月, 2021
Posted inredis

redis数据结构-字符串对象(string)

redis字符串对象
show details
Posted by Avatar photo 专注着 28 3 月, 2021
Posted inredis

Redis RDB持久化实现原理

RDB持久化 Redis数据状态: 保存在Redis数据库中的数据被称作数据状态。   R…
show details
Posted by Avatar photo 专注着 24 3 月, 2021
Posted injava

jvm 内存划分区域参数

-Xms 代表着最小堆, 在jvm启动时就会分配到该大小的区域 -Xmx 代表最大堆, 在jvm最小…
show details
Posted by Avatar photo 专注着 21 3 月, 2021Tags: jvm, 内存区域
Posted injava

JAVA常用命令

jvm的常用命令 jps jps相关参数 实例 jstack 分析CPU使用100%的原因 jmap…
show details
Posted by Avatar photo 专注着 21 3 月, 2021
Posted inredis

redis AOF持久化实现原理

与RDB持久化通过保存数据库中的键值对来记录数据库状态不同, AOF持久化是通过保存Redis服务器…
show details
Posted by Avatar photo 专注着 21 3 月, 2021

文章分页

Previous page 1 … 14 15 16 17 Next page
文章分类
  • django 1
  • docker 1
  • elasticsearch 2
  • flowable 2
  • hadoop 18
  • hbase 3
  • hive 9
  • java 32
  • js 3
  • kubernetes 3
  • Linux 1
  • mongodb 6
  • mybatis 7
  • mysql 5
  • nacos 3
  • nginx 1
  • Python 5
  • redis 28
  • spring 45
  • yarn 2
  • zookeeper 3
  • 中间件 3
  • 大数据 18
  • 编程语言 2
近期评论
  • Mybatis 拦截器工作原理 - 专注着的博客 发表在《mybatis Configuration初始化源码分析》
  • Mybatis 拦截器工作原理 - 专注着的博客 发表在《mybatis mapper运行原理》
  • yarn集群配置 - 专注着的博客 发表在《yarn架构:资源管理和任务调度》
  • Hive SQL - 专注着的博客 发表在《Hive创建自定义函数》
  • Hive客户端配置 - 专注着的博客 发表在《Hive三种安装方式区别和搭建》
标签
async bean configuration DispitcherServlet elasticsearch enableasync eureka flowable ForkJoinPool ha hadoop hbase hive hiveserver2 if IoC java js jvm kubernetes lxml mapper mapreduce mongodb mybatis mysql nacos nio nvm python redis requests ribbon security spring spring boot spring security value xml xpath yarn zookeeper 主从复制 内存区域 线程状态
网站备案
川公安备案51012202000924
蜀ICP备2023018242号-1
友情链接
数据库运维网
Copyright 2026 — 专注着的博客. All rights reserved. Bloghash WordPress Theme
Scroll to Top