Mastering Redis 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Mastering Redis

简体网页||繁体网页
Jeremy Nelson 作者
Packt Publishing
译者
2016-5-31 出版日期
366 页数
USD 54.99 价格
Paperback
丛书系列
9781783988181 图书编码

Mastering Redis 在线电子书 图书标签: Redis  DataScience   


喜欢 Mastering Redis 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-09-19


Mastering Redis 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Mastering Redis 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Mastering Redis 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Mastering Redis 在线电子书 用户评价

评分

语言不通顺,抓不到重点,啰嗦

评分

语言不通顺,抓不到重点,啰嗦

评分

语言不通顺,抓不到重点,啰嗦

评分

语言不通顺,抓不到重点,啰嗦

评分

语言不通顺,抓不到重点,啰嗦

Mastering Redis 在线电子书 著者简介

Jeremy Nelson是科罗拉多斯普林市的一所四年制私立文理学院科罗拉多学院的一位元数据和系统图书管理员。除了每周 8小时的图书馆研究技术支持工作,为大学生提供信息素养指导,并监督图书馆的系统和编目部门这三项工作之外,Nelson正在积极研究和开发 Catalog Pull平台中的各种组件和开源工具,供科罗拉多大学、科罗拉多州研究图书馆联盟和国会图书馆使用。他还是语义网络初创公司 KnowledgeLinksio的联合创始人和 CTO。

他之前在西部州科罗拉多大学和犹他大学有过图书馆工作经验。在成为图书管理员之前,他曾在各种软件公司和金融服务机构中担任程序员和项目经理。他的第一本书 Becoming a Lean Library于 2015年出版,将精益创业和精益制造理念应用于图书馆和图书馆的运营。 Nelson从诺克斯学院获得了本科学位,并从 University of Illinois Urbana-Champaign获得了图书馆和信息科学的科学硕士。

关于审校者

Emilien Kenler在从事了一些小型 Web项目之后,在 2008年高中时开始专注于游戏开发。直到 2011年,他为不同的小组工作并专门从事系统管理。

2011年,在研究计算机科学工程的同时,他创立了一家公司销售 Minecraft服务器。他基于像 Nodejs和 RabbitMQ这样的新技术,创建了一个轻量级 IaaS(https://githubcom/HostYourCreeper/)。

此后,他在 TaDaweb担任系统管理员,构建基础架构并创建管理部署和监控的工具。

2014年,他在东京 Wizcorp开启了新的历程。同年,他毕业于 University of Technology of Compiègne。

Emilien为 Packt Publishing编写了 MariaDB Essentials。他还负责了 Learning Nagios 4、 MariaDB High Performance、OpenVZ Essentials、Vagrant Virtual Development Environment Cookbook和 Getting Started with MariaDB-Second Edition的审校。

Saurabh Minni拥有计算机科学专业的工程学位。他有超过 10年的工作经验,通晓各种编程语言,包括汇编语言、 C、C++、Java、Delphi、JavaScript、Android、iOS、PHP、 Python、ZMQ、Redis、Mongo、Kyoto Tycoon、Cocoa、Carbon、Apache Kafka、Apache Storm和 ElasticSearch。总之,他是一位彻头彻尾的程序员,喜欢每天学习与技术相关的新事物。

目前,他在 Near公司(这是一家神奇的初创公司,正在搭建位置智能平台)中担任技术架构师一职。除了处理几个项目之外,他还负责部署 Apache Kafka集群。这有助于简化大数据处理系统中的数据消费。这些系统包括 Apache Storm、Hadoop,等等。

Saurabh同时也是 Apache Kafka Cookbook一书的作者。这是一本有关 Apache Kafka的书,由 Packt Publishing出版。他还负责 Learning Apache Kafka一书的审校。该书由 Packt Publishing出版。你可以在 Twitter上通过@the100rabh联系他,也可以在 https://githubcom/the100rabh/上找到他。


Mastering Redis 在线电子书 图书目录


Mastering Redis 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Mastering Redis 在线电子书 图书描述

About This Book

Detailed explanation on Data structure server with powerful strings, lists, sets, sorted-sets, and hashesLearn to Scale your data with Redis Cluster's distributed setupThis is a fast paced practical guide full of screenshots and real work examples to help you get to grips with Redis in no time.

Who This Book Is For

If you are a software developer with some experience with Redis and would now like to elevate your Redis knowledge and skills even further, then this book is for you.

What You Will Learn

Choose the right Redis data structure for your problemUnderstand Redis event-loop and implement your own custom C commandsSolve complex workflows with Redis server-side scripting with LuaConfigure your Redis instance for optimal memory managementScale your data in a distributed manner with Redis ClusterImprove the stability of your Redis solution using Redis SentinelComplement your existing database and NoSQL environment with RedisExploit a wide range of features provided by Redis to become a DevOps expert.

In Detail

Redis is the most popular, open-source, key value data structure server that provides a wide range of capabilities on which multiple platforms can be be built. Its fast and flexible data structures give your existing applications an edge in the development environment.

This book is a practical guide which aims to help you deep dive into the world of Redis data structure to exploit its excellent features. We start our journey by understanding the need of Redis in brief, followed by an explanation of Advanced key management. Next, you will learn about design patterns, best practices for using Redis in DevOps environment and Docker containerization paradigm in detail. After this, you will understand the concept of scaling with Redis cluster and Redis Sentinel , followed by a through explanation of incorporating Redis with NoSQL technologies such as Elasticsearch and MongoDB. At the end of this section, you will be able to develop competent applications using these technologies. You will then explore the message queuing and task management features of Redis and will be able to implement them in your applications. Finally, you will learn how Redis can be used to build real-time data analytic dashboards, for different disparate data streams.

Style and approach

This is a hands on guide full of easy-to-follow examples, that illustrate important concepts and techniques to solve complex problems with Redis.

Mastering Redis 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Mastering Redis 在线电子书 读后感

评分

评分

评分

评分

评分

类似图书 点击查看全场最低价

Mastering Redis 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Mastering Redis 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有