current location:Home > Technical Articles > Backend Development
- 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:
-
- Some common redis interview questions (with answers)
- Redis is completely open source and free, complies with the BSD protocol, and is a high-performance key-value database. This article introduces some common redis-related interview questions and the answers to these interview questions. I hope it will be of some help to you.
- Redis . ruby 6739 2020-08-05 16:02:18
-
- The difference between swoole and yaf
- The difference between swoole and yaf: yaf and swoole are two relatively typical frameworks. yaf is more suitable for backend development, and swoole is more suitable for chat room development (although the socket performance of using php is not very good).
- Swoole . ruby 3946 2019-12-07 09:45:02
-
- The difference between swoole and redis
- The difference between swoole and redis: Redis is an open source log-type Key-Value database written in ANSI C language, abides by the BSD protocol, supports the network, can be memory-based and persistent, and provides APIs in multiple languages. Swoole is PHP's asynchronous, parallel, high-performance network communication engine.
- Swoole . ruby 2607 2019-12-07 09:32:32
-
- The difference between swoole and cgi
- The difference between swoole and cgi: CGI is the specification of external programs when the web server is running. Programs written according to CGI can extend server functions. Swoole is a PHP asynchronous network communication engine for production environments.
- Swoole . ruby 1901 2019-12-07 09:16:00
-
- What swoole can do
- Swoole can be widely used in the Internet, mobile communications, enterprise software, cloud computing, online games, Internet of Things (IOT), Internet of Vehicles, smart homes and other fields. Using PHP + Swoole as a network communication framework can greatly improve the efficiency of enterprise IT R&D teams.
- Swoole . ruby 2606 2019-12-06 09:40:40
-
- What is the use of php swoole?
- Swoole can be widely used in the Internet, mobile communications, enterprise software, cloud computing, online games, Internet of Things (IOT), Internet of Vehicles, smart homes and other fields. Using PHP + Swoole as a network communication framework can greatly improve the efficiency of enterprise IT R&D teams.
- Swoole . ruby 3221 2019-12-05 13:39:12
-
- Example of building a redis cluster under Windows
- If the redis cluster is deployed to multiple computers, it is just like an ordinary cluster; because Redis is processed by a single thread, and a multi-core CPU can only use one core, it is deployed on the same computer and forms a cluster by running multiple Redis instances. Then it can improve CPU utilization.
- Redis . ruby 2231 2019-12-03 17:06:50
-
- 10 must-install VSCode plug-ins for efficient development
- This article introduces 10 must-install development plug-ins for VSCode, the most popular development tool for front-end development, to greatly improve the efficiency of software development. VSCode (Visual Studio Code) is a free, open source, cross-platform text (code) editor developed by Microsoft.
- VSCode . ruby 14003 2019-11-28 15:08:24
-
- The most complete 50 Redis interview questions and answers in history
- I saw 50 interview questions about Redis on the Internet, but no answers were given. I was also looking for the answer to this Redis interview question before, and I specially shared the answer today. I spent a lot of time compiling this set of Redis interview questions and answers. I hope it will be helpful to everyone.
- Redis . ruby 4923 2020-08-05 16:08:31
-
- Detailed introduction to Redis high availability cluster
- Redis's cluster master-slave model is a highly available cluster architecture. This article mainly introduces the establishment of a high-availability cluster, Jedis connection to the cluster, adding cluster nodes, deleting cluster nodes, and additional configuration instructions. I hope you will have a deeper understanding of the redis database through this tutorial.
- Redis . ruby 1888 2019-11-26 17:11:58
-
- Learn what swoole is in one article
- swoole is PHP's asynchronous, parallel, high-performance network communication engine. It is written in pure C language and provides asynchronous multi-threaded server of PHP language, asynchronous TCP/UDP network client, asynchronous MySQL, asynchronous Redis, database connection pool, AsyncTask, Message queue, millisecond timer, etc.
- Swoole . ruby 4995 2019-11-22 15:29:22
-
- How to pronounce redis in English
- The English pronunciation of redis is ['ri:dɪə]. The author of redis is Salvatore Sanfilippo, who comes from Sicily, Italy and now lives in Catania. Currently working for Pivotal. He uses the online name antirez.
- Redis . ruby 15554 2019-11-21 14:08:56
-
- What programming languages does vscode support?
- The vscode editor supports writing in multiple languages and file formats. As of September 2019, it has supported 37 languages or files, such as: Go, C++, Objective-C, CSS, JavaScript, Perl, TypeScript, PHP, Haxe, Java.
- VSCode . ruby 14651 2019-11-09 10:30:02
-
- PHP 25th Anniversary: See what the big guys say about PHP
- In 1995, Rasmus Lerdorf developed the PHP programming language. Coming up in 2020, PHP will be 25 years old. We asked five PHP experts Marcel Normann, Sebastian Bergmann, Arne Blankerts...
- headlines . ruby 3878 2019-11-12 18:00:01
-
- How to synchronize redis cache with database
- In theory, setting an expiration time for the cache is a solution to ensure eventual consistency. That is to say, if the database write is successful and the cache update fails, then as long as the expiration time is reached, subsequent read requests will naturally read new values from the database and backfill the cache.
- Redis . ruby 5422 2019-11-02 14:00:37