1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

159 Commits

Author SHA1 Message Date
Mr.Hope
f9a11d3399 chore: update deps 2023-12-30 17:14:13 +08:00
Guide
8b546b185c [docs update]分布式缓存方案完善 2023-12-28 13:54:48 +08:00
Guide
3f5cfca1ac [docs add&fix]新增一篇练级攻略tag的文章&修正部分描述问题 2023-12-17 15:37:37 +08:00
Guide
974e54ef6d [docs update]添加对 Redis 模块和 RediSearch 的介绍 2023-12-12 12:58:28 +08:00
Guide
5b7c40bdd6 [docs update]Redis Stream 消息队列内容完善+部分笔误完善 2023-11-29 23:27:15 +08:00
Guide
b88e09ce85 [docs update]完善JDK和JRE对比+偏向锁JDK新版本移除说明 2023-11-14 10:58:07 +08:00
Guide
f7508fb83e [docs update]完善对 bigkey 的介绍+ 修正部分笔误 2023-11-01 17:34:39 +08:00
Mr.Hope
7ea99a88d7 style: update linter 2023-10-27 06:44:02 +08:00
Guide
e96ea425d3 [docs fix]Markdown 格式规范 2023-10-10 14:43:53 +08:00
Guide
ada9064ed2 [docs update]修正完善部分描述 2023-09-30 11:01:16 +08:00
Guide
16b49ef029 [docs fix]修正一些笔误 2023-08-24 10:20:58 +08:00
Guide
c288ded935 [docs update]typo 2023-08-09 12:08:20 +08:00
Guide
20255f0f05 [docs update]更改部分文章的文末内容 2023-08-07 18:56:33 +08:00
Guide
2004f24c8e [docs update] 更改部分文章的文首内容 2023-08-07 18:15:14 +08:00
eggplant
2776b57028
Update redis-data-structures-01.md 2023-08-04 23:29:01 +08:00
Guide
79dd9f8992 [docs fix]图片问题修复 2023-07-17 16:19:46 +08:00
Gzy
b04ec626af
Update redis-data-structures-01.md
修正 SETNX 手误写成 SETEX 错误
2023-06-28 17:34:15 +08:00
Guide
b4c823dc04 [docs update]完善NIO 核心知识总结 2023-06-26 23:56:33 +08:00
Guide
42119f5276 [docs update]partial content improvement 2023-05-31 23:38:14 +08:00
Guide
9d55d3b634 [docs add]食用建议 2023-05-22 10:13:07 +08:00
Guide
a6ff4563c6 [docs update] 新增AOF 校验机制和慢查询命令的内容 2023-05-17 22:20:50 +08:00
Mr.Hope
a9584a4659 chore: update deps 2023-05-16 13:19:51 +08:00
Guide
ac55f1dfb3 [docs update]完善 Redis常见面试题总结(下) Redis hotkey(热Key) 2023-05-09 21:47:11 +08:00
Mr.Hope
54be249715 style: update linter 2023-05-05 12:52:06 +08:00
Mr.Hope
e6090fa544 chore: update links 2023-05-05 12:49:01 +08:00
Mr.Hope
0159cf184d chore: format 2023-05-05 12:39:01 +08:00
Mr.Hope
deddd256f3 Merge branch 'main' into tweaks2 2023-05-05 12:38:11 +08:00
Mr.Hope
1614aaa47f chore: tweaks 2023-05-05 12:33:52 +08:00
Mr.Hope
58d36f460a chore: fix typos 2023-05-05 12:02:24 +08:00
Guide
0fa55ed949 [docs add]NAT 协议详解(网络层) 2023-04-30 16:44:12 +08:00
Guide
372cb240ca [docs update]exact small-advertisement.snippet.md 2023-04-28 19:27:56 +08:00
Mr.Hope
6bdc809e2f docs: add linter 2023-04-28 17:31:44 +08:00
c483450dcd
Update redis-persistence.md 2023-04-26 23:07:31 +08:00
Guide
a1a79a39fd [docs fix]Heap 初始化的时间复杂度 2023-04-22 10:34:42 +08:00
Guide
053c142747 [docs update]添加redis后台线程+完善AOF 工作基本流程和重写 2023-03-25 16:53:58 +08:00
Guide
b2351c877d [docs update]完善Redis事务的介绍 2023-03-24 17:34:58 +08:00
Guide
1f9ffd17b3 [docs update]Redis持久化的内容单独提取成一篇文章 2023-03-23 21:09:30 +08:00
Guide
3729b6f417 [docs update]完善Redis部分的内容 2023-03-23 18:25:39 +08:00
Guide
8c48313596 [docs update]完善 Redis常见面试题总结(上) - Redis 可以做消息队列么? 2023-03-18 18:53:16 +08:00
Guide
f7f434d0c1 [docs add] MySQL Query Cache(查询缓存) 详解 2023-03-16 11:33:45 +08:00
Guide
9e476c1af1 [docs update]typo 2023-03-14 22:54:16 +08:00
Guide
a430800f04 [docs update]picture url 2023-03-10 11:52:00 +08:00
Guide
0d7578c511 [docs fix]图片403问题修复 2023-03-10 00:05:28 +08:00
callmePicacho
5b371f6700
Update redis-questions-01.md
fix typo
2023-03-02 22:49:16 +08:00
Guide
5956badf13 [docs update]完善 Redis 性能优化,添加 Redis 使用规范
添加使用批量操作提高效率
2023-03-01 14:30:18 +08:00
Guide
3e8b402cc7 [docs update]完善类加载器详解(重点) 2023-02-28 16:18:55 +08:00
Guide
1b52a03cb4 [docs add] Elasticsearch常见面试题总结 2023-01-29 11:31:13 +08:00
guide
c1c66096b9 [docs add] nosql + mongodb 2023-01-12 17:46:41 +08:00
guide
696b6d6105 [docs update]精简完善 aqs 的内容 2022-12-15 22:02:20 +08:00
NoctisZhao
be91dc00c5
Update redis-questions-01.md
对Redis6.0 多线程的描述有点问题
io-threads-do-reads 并不是开启IO多线程,而是开启IO多线程读

################################ THREADED I/O #################################

# Redis is mostly single threaded, however there are certain threaded
# operations such as UNLINK, slow I/O accesses and other things that are
# performed on side threads.
#
# Now it is also possible to handle Redis clients socket reads and writes
# in different I/O threads. Since especially writing is so slow, normally
# Redis users use pipelining in order to speed up the Redis performances per
# core, and spawn multiple instances in order to scale more. Using I/O
# threads it is possible to easily speedup two times Redis without resorting
# to pipelining nor sharding of the instance.
#
# By default threading is disabled, we suggest enabling it only in machines
# that have at least 4 or more cores, leaving at least one spare core.
# Using more than 8 threads is unlikely to help much. We also recommend using
# threaded I/O only if you actually have performance problems, with Redis
# instances being able to use a quite big percentage of CPU time, otherwise
# there is no point in using this feature.
#
# So for instance if you have a four cores boxes, try to use 2 or 3 I/O
# threads, if you have a 8 cores, try to use 6 threads. In order to
# enable I/O threads use the following configuration directive:
#
# io-threads 4
#
# Setting io-threads to 1 will just use the main thread as usual.
# When I/O threads are enabled, we only use threads for writes, that is
# to thread the write(2) syscall and transfer the client buffers to the
# socket. However it is also possible to enable threading of reads and
# protocol parsing using the following configuration directive, by setting
# it to yes:
#
# io-threads-do-reads no
#
# Usually threading reads doesn't help much.
#
# NOTE 1: This configuration directive cannot be changed at runtime via
# CONFIG SET. Aso this feature currently does not work when SSL is
# enabled.
#
# NOTE 2: If you want to test the Redis speedup using redis-benchmark, make
# sure you also run the benchmark itself in threaded mode, using the
# --threads option to match the number of Redis threads, otherwise you'll not
# be able to notice the improvements.
2022-12-05 12:43:56 +08:00