JIYIK CN >

Current Location:Home > Learning > DATABASE > Redis >

All

Mac system uses clion to remotely debug redis4 source code

Publish Date:2025/04/09 Author:JIYIK Category:Redis

The remote host uses the Linux system. The first step is definitely to establish a code synchronization mechanism on the local and remote hosts - sftp is the first choice. The second step is to write the CMakeLists.txt file of redis4. There...

Full

How to use clion to debug redis source code on mac system

Publish Date:2025/04/09 Author:JIYIK Category:Redis

clion mainly uses cmake + make for compilation. So for redis4, the main thing is to write the CMakeLists.txt file first. CmakeLists.txt file redis4/CMakeLists.txt cmake_minimum_required (VERSION 3.15 ) project (redis4) set (CMAKE_BUILD_TYPE...

Full

Redis installation method and common problem solving under centos

Publish Date:2025/04/09 Author:JIYIK Category:Redis

In this article, we will introduce how to install redis under CentOS. In fact, the installation steps are very simple, but there may be some problems in the middle, which is worthy of our attention. Let's take a look at how to install it. F...

Full

Redis password verification command AUTH

Publish Date:2025/04/09 Author:JIYIK Category:Redis

Redis has not made much optimization in terms of security, but has made great efforts in terms of performance and ease of use. A very simple security method for Redis is password verification, which requires the use of the AUTH command. Let...

Full
  • Total 1 page/ 4 records

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial