新浪Redis运维实践TECHNOLOGY CONFERENCE CHINA 2017 新浪Redis运维实践 赵景波 新浪网高级DBA ’ alt=‘OCR图片’/> 自我介绍 Oracle/MySQL/NoSQL DBA 2015年加入新浪数据库平台 热爱开源DB内部原理探究 微博:@zbdba ’ alt=‘OCR图片’/> 大纲 新浪数据库平台概览 精细化运维 Redis Cluster Proxy ’ alt=‘OCR图片’/> alt=‘OCR图片’/> 大纲 新浪数据库平台概览 精细化运维 Redis Cluster Proxy ’ alt=‘OCR图片’/> 新浪数据库平台概览 平台规模: 1000亿+ hits/天 15个IDC数据中心 1200+物理机器 7000+实例 重要业务: ’ alt=‘OCR图片’/> 大纲 新浪数据库平台概览 精细化运维 Redis Cluster Proxy ’ alt=‘OCR图片’/> 细化服务: 成本优化 数据支撑 ’ alt=‘OCR图片’/> 精细化运维 部署架构 Redis单机 Redis Cluster Redis Tribe ’ alt=‘OCR图片’/> 精细化运维 高可用-Sentinel 一个sentinel集群,17sentinel节点,分布于南北共9个数据中心,监控500+个端口,1000+实例。 IDC 数量 北方IDC1 2 北方IDC20 码力 | 41 页 | 4.90 MB | 1 月前3
SemEn 09 RedisWhat is Redis? What is Redis? Open source in-memory data structure store used as A database A cache A message broker What is Redis? It supports data structures such as: Strings Hashes can Redis be used? Where can Redis be used? Session Cache Full Page Cache Queues Leaderboards/Counting Pub/Sub Who uses Redis? Famous companies Characteristics of Redis Characteristics of Redis In-memory Multi-key operations Atomicity of both operations and transactions Data expiration Characteristics of Redis Eviction policies Intelligent caching Distributed network server Request pipelining Highly available0 码力 | 24 页 | 437.55 KB | 1 月前3
2 使用Python训练和部署低精度模型 张校捷3bbe1f6675c3cec959e1f224b976c60/p1_2.jpg) PYTHON 30th ## 使用Python训练和部署低精度模型 (TensorFlow版) 张校捷 2019/9/21 ## 目录 >> 低精度的概念和意义 TensorFlow的FP16模型 >> TensorRT的FP16/Int8模型 总结  FP16: E8M7 (TPU, tf.bfloat16) FP16: E5M10 (GPU, tf.float16) Int8 ## 低精度浮点数的优点 ### 1. 节约 节约内存/显存的使用(FP16为原来的1/2,int8为原来的1/4) 2. 特殊的硬件专门用于低精度浮点数的计算加速(TensorCore) FP16 storage/input Full precision product Sum with FP32 accumulator Convert to FP32 result 无担保:作者不保证文档内容的准确无误,亦不承担由于使用此文档所导致的任何后果 作者:李茂福 更新日期:2023-12-21 ## ★安装 redis 到官网查看版本:https://redis.io/download/ 源码下载地址: https://download.redis.io/releases/redis-6.2.13.tar.gz https://github.com/redis/redis/archive/7.0.12.tar.gz # yum install make # tar -xvf redis-6.2.13.tar.gz # cd redis-6.2.13 # make # make install #默认安装路径 /usr/local/bin/ ★也可指定安装目录,如下操作: # mkdir /usr/local/redis # make install PREFIX=/usr/local/redis #会自动生成一个bin子目录,0 码力 | 5 页 | 80.37 KB | 2 年前3
Redis TLS Origination through the sidecar# Redis TLS Origination ## through the sidecar Author: Sam Stoelinga | Twitter: samosx | GitHub: samos123 Based on blog post: https://samos-it.com/posts/securing-redis-istio-tls-origination-termination html ## What are we solving? • App with multiple microservices • external Redis TLS only - each microservice talks to Redis  目 录 致谢 StackExchange.Redis 文档翻译 基本用法 配置 管道和多路复用器 键,值以及通道 事务 事件 发布/订阅 消息顺序 KEYS,SCAN,FLUSHDB 等命令在哪里? 性能分析 脚本 致谢 当前文档 《StackExchange.Redis文档翻译》 由 进击的皇虫 使用 书栈(BookStack cn/books/StackExchange.Redis-Chinese-Doc 书栈官网:http://www.bookstack.cn 书栈开源:https://github.com/TruthHun 分享,让知识传承更久远!感谢知识的创造者,感谢知识的分享者,也感谢每一位阅读到此处的读者,因为我们都将成为知识的传承者。 StackExchange.Redis 文档翻译 StackExchange.Redis 文档翻译 。 来源(书栈小编注) StackExchange.Redis 文档翻译 ServiceStack.Redis从4.0版本开始收费使用,好在好的东西不存在没有开源免费的; 大名鼎鼎的Stack Overflow就提供了它的Redis客户端库:StackExchange.Redis免费给我们使用。 看到网上很少有关于StackExchange.Redis的翻译,个人本着学习共享精神翻译了一下, 翻译应该0 码力 | 31 页 | 1.14 MB | 1 月前3
SemEs2 09 Redisredis Nourdine Satour El Hammouti - UO265379 Carmen Sirgo López - UO264637 Rut Alfonso García - UO264451 Luis Fuertes Camporro - UO264691 Redis Salvatore Sanfilippo (antirez) Es un motor de base Documentación Página web Conferencias Librerías @redisfeed Redis DB antirez/redis stackoverflow redis tag #redis Clientes ★ ActionScript Bash C C# C++ Clojure Common Lisp Crystal D Módulos y componentes Redis consta de una larga lista de módulos en su página web. Compatibles con v4.0 de Redis o superior. neural-redis Online trainable neural networks as Redis data types. antirez0 码力 | 15 页 | 837.33 KB | 1 月前3
SemEs1 09 RedisREDIS JAVIER MARTÍNEZ ÁLVAREZ - UO258092 ISMAEL CADENAS ALONSO-UO251025 IGNACIO BERMEJO ÁLVAREZ - UO240279 CHRISTIAN PELÁEZ FERNÁNDEZ - UO258764 Introducción ¿Qué es? Redis es un motor de base de tablas de hashes (clave/valor). El nombre Redis significa REMote DIctionary Server (servidor de diccionario remoto). Entre los casos de uso principales de Redis se encuentran el almacenamiento en caché com/antirez/redis-doc Página web -> https://github.com/antirez/redis-io Desarrollo -> https://github.com/antirez/redis ’ alt=‘OCR图片’/> Desarrolloantirez / redis Watch 2 0 码力 | 24 页 | 1.29 MB | 1 月前3
The Little Redis Book中文版目 录 致谢 关于此书 简介 入门 驱动Redis 第1章 - 基础知识 第2章 - 数据结构 第3章 - 使用数据结构 第4章 - 超越数据结构 第5章 - 管理 总结 致谢 当前文档《The Little Redis Book中文版》由进击的皇虫使用书栈(BookStack.CN)进行构建,生成于2018-01-28。 书栈(BookStack.CN)仅提供文档编写、整理、归类等功能,以及对文档内容的生成和导出工具。 如果当前文档生成时间太久,请到 书栈(BookStack.CN) 获取最新的文档,以跟上知识更新换代的步伐。 文档地址:http://www.bookstack.cn/books/the-little-redis-book 书栈官网:http://www.bookstack.cn 书栈开源:https://github.com/TruthHun 分享,让知识传承更久远!感谢知识的创造者,感谢知识的分享者, 也感谢每一位阅读到此处的读者,因为我们都将成为知识的传承者。 关于此书 关于此书 许可证 。关于作者 。关于译者 。致谢 最新版本 关于此书 许可证 《The Little Redis Book》是经由Attribution-NonCommercial 3.0 Unported license许可的,你不需要为此书付钱。 你可以自由地对此书进行复制,分发,修改或者展示等操作。当然,你必须知道且认可这本书的作者是Karl0 码力 | 32 页 | 712.31 KB | 1 月前3
StackExchange.Redis-中文使用文档目 录 致谢 StackExchange.Redis 中文使用文档 基础 配置 事件 同步执行 键查找 键与值 管道与重用链接 分析 发布订阅顺序 脚本 超时 事务 致谢 当前文档 《StackExchange.Redis 中文使用文档》 由 进击的皇虫 使用 书栈 (BookStack.CN)进行构建,生成于 2018-05-10。 书栈(BookStack.CN)仅提供文档编写、整理、归类等功能,以及对文档内容的生成和导出工具。 cn/books/StackExchange.Redis-docs-cn 书栈官网:http://www.bookstack.cn 书栈开源:https://github.com/TruthHun 分享,让知识传承更久远!感谢知识的创造者,感谢知识的分享者,也感谢每一位阅读到此处的读者,因为我们都将成为知识的传承者。 StackExchange.Redis 中文使用文档 StackExchange.Redis 中文使用文档 Intro Redis 简介 StackExchange.Redis 简介 StackExchange.Redis中文使用文档 ○ 目录 More Contact me: weihanli@outlook.com StackExchange.Redis 中文使用文档 Intro 翻译 StackExchange.Redis 的文档 原文文档在线地址: https://stackexchange0 码力 | 44 页 | 1.09 MB | 1 月前3共 1000 条- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词精细化运维Redis Cluster Proxy成本优化Redis低读写量比例端口Redis无读写端口Redisin-memory databasekey-valuedata persistenceatomicity低精度模型TensorFlowFP16Int8TensorRT安装配置命令行工具可视化工具TLS OriginationIstioServiceEntryDestinationRuleStackExchange.Redis键值事务motor de base de datos en memoriaalmacenamiento en tablas hashesANSI CSalvatore SanfilippoStringsLists数据结构关键字命令复制功能ConnectionMultiplexer













