先介绍下redis的作者Salvatore Sanfilippo(Antirez),意大利人,就是下图这位。

Antirez现在已经40多岁了,依然奋斗在代码一线,为开源社区做贡献。Antirez出生在非英语系国家,所以英语一直是他的短板。他曾经写过一篇博文,《英语伤痛 15 年》,以自己的实际经历鼓励非英语系国家的程序员突破英语障碍。或说回来,在他的另一篇博文《Redis as an LRU cache 》中,写到了为什么选用6379端口:

Appendix: how to remember the Redis port number

Today on Twitter I saw a tweet related to the ability to remember the Redis port number. There is a trick, the Redis port number, 6379, is MERZ at the phone keyboard.

Is it a coincidence that it sounds not random enough? Actually not ;) I selected 6379 because of MERZ, and not the other way around.

Everything started with Alessia Merz, an Italian Showgirl (make sure to check some (not safe for work) photo as well).

I and my friends are used to create our own slang, that is evolving since... 20 or 25 years. Well one adjective that we use consistently since 10 years is "merz", but the meaning of the word changed so much in the course of the time.

Initially it started because we were really delighted by the stupidity of the sentences that the showgirl was able to state in the italian TV. So we started using "MERZ" when something was... stupid. "Hey, that's merz!". And so forth. But then with some time the meaning shifted in something stupid as pointless, but with very technical value, or with an impressive amount of skills and patience and work involved, but still... stupid.

文章地址:

http://oldblog.antirez.com/post/redis-as-LRU-cache.html

用一张图片来翻译一下,6379 就是这个意思:

而Merz全名Alessia Merz,是意大利的一位广告女郎,就是下面这位:

在Antirez看来,这个名字是愚蠢的代名词,所以就选了这个6379。我觉得还是有点侮辱人啊。不过这位姑娘应该也不会关心IT技术圈的事,反而会被广大程序员知道了。

Redis端口为什么是6379?相关推荐

  1. redis 端口号为什么是 6379

    redis 端口号为什么是 6379 6379 在是手机按键上字母 MERZ 对应的号码. 而 MERZ 取自意大利歌女 Alessia Merz 的名字. MERZ长期以来被 Redis 作者 an ...

  2. 解决:firewall防火墙新增redis端口6379,外网无法连接redis

    一.需求 系统部署在两台服务器上,没有实现session共享.为解燃眉之急,先将两台服务器中的项目配置redis到一台服务器. 二.问题 1.防火墙端口开通后,使用另一台服务器无法ping通,端口配置 ...

  3. redis端口号为什么是6379

    6379在是手机按键上MERZ对应的号码,而MERZ取自意大利歌女Alessia Merz的名字.MERZ长期以来被Redis作者antirez及其朋友当作愚蠢的代名词.后来Redis作者在开发Red ...

  4. redis 端口_「建议收藏」手把手教你搭建redis集群

    前言 在生产中单机的redis服务不能保证程序的高可用,所以有时需要我们来搭建一个redis集群,保证某一台redis服务挂了的时候,我们的服务还可以保证正常运行. 单机redis的搭建,可以参考我的 ...

  5. zabbix自动发现redis端口并监控redis性能

    不得不说,我在监控redis 这里卡了有一天半的时间,zabbix_get也可以获取到数据,就是没有自动生成监控项和监控图像,后来干脆把别人的模板抛弃,自己重新建立模板和监控项,就都出来了.真是无语的 ...

  6. linux开启redis端口的防火墙

    redis 服务开着 但是程序连不上 可能是防火墙没有对redis端口开放 root@iZ23tkclljpZ:/usr/bin# sudo ufw status Status: activeTo A ...

  7. Redis 端口无法连接问题

    # Redis 端口无法连接问题 服务器redis配好后,除了本机,其他的都不能连接6379端口,telnet失效 一.配置安全组规则 二.redis配置文件更改 三.防火墙状态 四.端口规则 五.W ...

  8. linux redis端口修改端口,linux--redis的安装和配置和开启多个端口

    在workerman开发过程中需要安装redis来存储用户ip.端口等信息 首先UBUNTU中安装redis: apt-update  //更新apt包源apt-get install redis-s ...

  9. linux redis端口修改端口,linux--redis的开启多个端口(可行)

    在workerman开发过程中需要安装redis来存储用户ip.端口等信息 首先UBUNTU中安装redis: apt-update //更新apt包源 apt-get install redis-s ...

  10. Windows下修改redis端口号的方法及修改后redis的两种启动方式

    1.win+R输入cmd,然后打开Redis所在的文件路径,并输入redis-server.exe启动Redis. 如图我们可以看到现在的端口号为6379,也就是redis的默认端口号.我们可以记住这 ...

最新文章

  1. AbstractFactory抽象工厂模式
  2. Hacker(十)----常用入侵工具
  3. TypeScript class 的参数属性 parameter properties
  4. php插入方法,有什么办法能把一条php语句插入到方法里呢?
  5. 2018年12月19日
  6. pace.js – 加载进度条插件
  7. 广域网协议之PPP,HDLC
  8. pytorch中调整学习率: torch.optim.lr_scheduler
  9. 文件查找命令 - find
  10. centos操作---搭建环境 安装python
  11. springboot不返回指定的字段(隐藏字段)
  12. 服务器内存傲腾基本参数信息,服务器傲腾内存
  13. 使用jeDate日期控件
  14. IBM服务器引导盘serverguide 下载
  15. IOS开发—系统定位
  16. 若关于x,y的方程组ax+3y=9,2x-y=1无解,则a的值为()
  17. Jest encountered an unexpected token This usually means that you are trying to import a file which J
  18. algorithm介绍
  19. Android的BLE广播数据包介绍和解析---BLE--Android系列, 蓝牙技术BLE
  20. 3.4.9.exec族函数及实战1

热门文章

  1. 安卓语音识别文字软件
  2. Qt系列文章之(十三)表格窗体
  3. SQL学习笔记(03)_BETWEEN 操作符
  4. 时间去哪儿了?--读《时间简史》有感
  5. GoogleEarth-- 一日坐看天下八千里
  6. Erlang_ets冷门函数fun2ms
  7. 最好用的启动管理软件推荐-点评-对比-分析-下载:
  8. python系统函数详解
  9. 计算机网络wifi是什么意思,wifi的ssid是什么
  10. HCIE-Routing Switching认证