File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ Timeline
699
699
- [ Teacher Said] ( https://www.zhihu.com/question/23721974/answer/25493813 ) - _ [ digest] ( /read/teacher-said.md ) _
700
700
- 我们用「我能做到什么」来判断和定位自己,而别人用「你已经做过什么」来判断和定位你。
701
701
- 做正确的选择,而不是可以接受的选择。
702
- - [ Pessimist] ( http://mp.weixin.qq.com/s?__biz=MzA5MjIzMzAwNg==&mid=233397081&idx=1&sn=836801a648013f925fca14de3572c45c&scene=1&srcid=0309TRipy9egTmxD0B51Q272#rd ) - _ [ digest] ( /read/pessimist.md ) _
702
+ - Pessimist - _ [ digest] ( /read/pessimist.md ) _
703
703
- It's the hardest part when memories remain.
704
704
- [ Anti-Fragile] ( /read/anti-fragile.md ) - _ [ book] ( https://item.jd.com/11364406.html ) _
705
705
- 一只火鸡被屠夫喂养了 1000 天,每天都向其分析师证实,屠夫对火鸡的爱的「统计置信度与日俱增」。
Original file line number Diff line number Diff line change 1
1
# 阿兰·德·波顿《论悲观主义的益处》
2
2
3
3
- Digest created on 2016-06-18
4
- - From: http://mp.weixin.qq.com/s?__biz=MzA5MjIzMzAwNg==&mid=233397081&idx=1&sn=836801a648013f925fca14de3572c45c&scene=1&srcid=0309TRipy9egTmxD0B51Q272#rd
4
+ - From: 原文及其公众号已被作者删除
5
5
6
6
听完这场演说,你会意识到:
7
7
Original file line number Diff line number Diff line change @@ -153,6 +153,15 @@ What happens if Redis runs out of memory?
153
153
Phonetic (语音匹配, 发音搜索),
154
154
Chinese (中文分词,标记化)
155
155
156
+ ## Use Redis
157
+
158
+ ### Keyspace
159
+
160
+ Redis keys are binary safe;
161
+ this means that you ** can use any binary sequence as a key** ,
162
+ from a string like "foo" to the content of a JPEG file.
163
+ The empty string is also a valid key.
164
+
156
165
## Others
157
166
158
167
- [ Redis Cheat Sheet] ( https://cheatography.com/tasjaevan/cheat-sheets/redis/ )
You can’t perform that action at this time.
0 commit comments