|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/redis-database-tutorial/
课程评论:没有评论
**Redis数据库入门教程** 本课程将带您深入了解Redis数据库,一种高性能的网络内存键值数据库。与传统的SQL数据库不同,Redis支持多种数据类型,包括字符串、哈希、列表、集合、有序集合和位图,并能对这些数据执行丰富的操作。 Redis以ANSI C编写,跨平台兼容性强,自2007年推出以来已获得广泛应用。得益于其将所有数据存储在内存中的特性,Redis提供了极快的读写速度,是需要超快数据访问的项目的理想选择。 本课程适合初学者,无需任何数据库基础知识。您将学习如何安装和使用Redis,掌握Redis命令行接口,并探索更多实用功能。
The Redis database is a networked, in-memory, key-value database. It uses a different paradigm than the commonly use SQL database systems.The Redis database can store diverse kinds of data (strings, hashes, lists, sets, sorted sets, bitmaps), and support different kinds of operations (hashes, lists, sets, sorted sets, bitmaps) on the data.It is written in ANSI C and can be used on all major operating systems. The Redis database has been running since December 2007 and in the last 5 years it has been downloaded more than 1.5 million times.As a developer, I have used Redis on a number of projects. It is an excellent choice for projects that require ultra-fast data access. Redis is in-memory, which means that it stores all its data in memory, so writing to Redis is fast. Since memory is so much faster than disk access, this means that Redis' data access is very efficient.In this course you will learn how to use the Redis database, how to install it, and many other options. It is a course for beginners, no prior knowledge about databases is required. You will learn how to use the redis command line interface and a lot more.