Skip to content

Commit 5ccba97

Browse files
committed
.
1 parent a3b0770 commit 5ccba97

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Timeline
699699
- [Teacher Said](https://www.zhihu.com/question/23721974/answer/25493813) - _[digest](/read/teacher-said.md)_
700700
- 我们用「我能做到什么」来判断和定位自己,而别人用「你已经做过什么」来判断和定位你。
701701
- 做正确的选择,而不是可以接受的选择。
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)_
703703
- It's the hardest part when memories remain.
704704
- [Anti-Fragile](/read/anti-fragile.md) - _[book](https://item.jd.com/11364406.html)_
705705
- 一只火鸡被屠夫喂养了 1000 天,每天都向其分析师证实,屠夫对火鸡的爱的「统计置信度与日俱增」。

read/pessimist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 阿兰·德·波顿《论悲观主义的益处》
22

33
- 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: 原文及其公众号已被作者删除
55

66
听完这场演说,你会意识到:
77

snip/redis/basics.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ What happens if Redis runs out of memory?
153153
Phonetic (语音匹配, 发音搜索),
154154
Chinese (中文分词,标记化)
155155

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+
156165
## Others
157166

158167
- [Redis Cheat Sheet](https://cheatography.com/tasjaevan/cheat-sheets/redis/)

0 commit comments

Comments
 (0)