current location:Home > Technical Articles > Database
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Detailed explanation of the usage scenarios of 5 data structures in Redis
- Below, the Redis tutorial column will introduce you to the usage scenarios of the five data structures in Redis. This article explains the five data types in Redis: String, Hash, List, Set, and Sorted Set. Friends in need can refer to it!
- Redis . memcached 2703 2020-08-19 13:25:29
-
- Are you still confused about Cookie, Session, Token, and JWT?
- PHP Chinese website is a community that helps developers grow. It provides tools for developers and knowledge for learning. Technical experts and geeks jointly edit to select the best quality information for you, including Android, iOS, front-end, Back-end and other aspects. Users can find the top headlines from the technology world here every day.
- headlines . memcached 5877 2020-08-19 13:44:21
-
- yum how to install php memcached
- How to install php memcached with yum: first make a soft connection to the php file; then install memcached by executing the command "# yum install memcached"; finally install the php extension module and check whether there is a memcached module.
- PHP Problem . memcached 2272 2023-03-04 13:50:01
-
- Detailed explanation of the advantages and code examples of PHP web page caching technology
- This article mainly introduces the advantages and code examples of PHP web page caching technology. The article introduces it in great detail through sample code. It has certain reference learning value for everyone's study or work. Friends in need can refer to it.
- PHP Tutorial . memcached 2473 2023-04-09 12:12:01
-
- Share common Redis interview questions
- Redis is an open source non-relational database written in ANSI C language, complies with the BSD protocol, supports network, can be memory-based and persistent log-type, Key-Value database, and provides APIs in multiple languages.
- Redis . memcached 4200 2020-08-05 16:00:41
-
- 10 PHP books that are definitely worth recommending!
- The purpose of this article is to recommend 10 PHP books in a comprehensive manner, and other book series such as Linux/NGINX/Mysql will not be discussed for the time being. Preface Most books on PHP are about grammar basics. It is very important to buy a good book. Haha, it seems to be a little difficult. Sometimes a book can determine your height, your interests, and even your salary... The biggest impact may be on entry-level, junior, and advanced PHP programmers. The top 10 in this article may not be ranked in order, nor are they good or bad. There is no best, but the most is better. They all show themselves in different fields..._php book recommendation
- PHP Tutorial . memcached 8154 2023-04-09 08:54:01
-
- How to install memcached extension for php in centos system
- This article mainly introduces the steps to install the memcached extension for PHP in CentOS system. Please refer to it.
- PHP Tutorial . memcached 2650 2023-04-09 08:22:02
-
- Summary of PHP extended Memcached command usage examples
- This article mainly introduces the usage of the extended Memcached command in PHP. It summarizes and analyzes the basic usage of the extended Memcached command in PHP and related operation precautions in the form of examples. Friends in need can refer to it.
- PHP Tutorial . memcached 1983 2023-04-09 08:18:01
-
- How to install and configure php memcached?
- How to install and configure php memcached: 1. Install Memcached and php memcached extension, the code is [sudo apt-get install memcached php5-memcached]; 2. Modify the configuration file and restart.
- PHP Problem . memcached 2864 2023-03-02 13:54:01
-
- Detailed explanation of session expiration time in laravel
- Below, the Laravel tutorial column will introduce to you the session expiration time in laravel. I hope it will be helpful to friends in need! During the project development process, the front-end and back-end are separated and the user's login information needs to be stored in the session, which involves the validity period of the session...
- Laravel . memcached 6854 2020-07-11 16:12:18
-
- What are non-relational databases?
- Non-relational databases include: 1. MongoDB, which is a document-oriented open source NoSQL database; 2. Cassandra, which was developed by Facebook for inbox search; 3. Redis, which is the most famous key-value store.
- SQL . memcached 37269 2020-07-01 15:24:49
-
- What does Memcache mean?
- Memcache is a free, open-source, high-performance, distributed distributed memory object caching system. This system can improve the access speed of websites, especially for some large websites that require frequent database access. The effect of improving the access speed is very significant.
- Common Problem . memcached 3659 2020-06-24 17:22:51
-
- What are the two types of nodes in the Redis cluster?
- The nodes in the Redis cluster are divided into master nodes and slave nodes. The master node is used to process slots, while the slave node is used to copy a certain master node, and when the copied master node goes offline, it continues in place of the offline master node. Handle command requests. Redis is a high-performance key-value database.
- Redis . memcached 2230 2020-06-24 13:42:04
-
- What are the usage scenarios of redis?
- Common usage scenarios of redis include: 1. Caching hot data; 2. Counters; 3. Implementing queues; 4. Bit operations (big data processing); 5. Distributed locks and single-thread mechanisms; 6. Latest queues.
- Redis . memcached 2345 2020-06-05 16:23:03
-
- The mechanism of session and cookie and related applications under laravel framework
- Introduce the usage mechanism of session and cookie, and the related applications of session and cookie under the laravel framework
- Laravel . memcached 3502 2020-05-27 16:37:46