迹忆客 EN >

所有文章

Redis password verification command AUTH

发布时间:2025/04/09 作者:JIYIK 分类: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...

查看全文

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

发布时间:2025/04/09 作者:JIYIK 分类: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...

查看全文

mac系统使用 clion远程调试redis4源码

发布时间:2022/12/12 作者:迹忆客 分类:Redis

本篇介绍在mac系统下使用clion对Redis进行远程源代码调试。主要适用sftp同步代码,gdbserver开启远程调试服务。linux作为redis运行的远程服务器。...

查看全文

Redis密码验证命令AUTH

发布时间:2022/12/04 作者:迹忆 分类:Redis

Redis密码验证命令AUTH

Redis在安全方面并没有做太大的优化,而是在性能和易用性方面下了很大的功夫。Redis一个很简单的安全方式就是密码验证,这需要用到AUTH命令。...

查看全文

Redis协议详解

发布时间:2022/12/04 作者:迹忆 分类:网络

<b>Redis协议详解</b>

Redis客户端和Redis服务端通信的协议被称作RESP(REdis Serialization Protocol)。虽然说RESP是特定为Redis所设计出来的,但是该协议同样也可以被用于其他的CS软件项目。...

查看全文

PHP操作redis的两种方式

发布时间:2022/11/19 作者:迹忆 分类:PHP

<b>PHP操作redis的两种方式</b>

对于PHP来说,它本身并不支持redis。所以说这里我们需要自己做一些事情,是PHP可以连接redis并操作它。 这里主要有两种方式:一种是通过第三方扩展,另一种是自己使用socket来封装r...

查看全文
  • 共 1 页/ 13 条

扫一扫阅读全部技术教程

社交账号
  • https://www.github.com/onmpw
  • qq:1244347461

热门文章

热门标签

扫码一下
查看教程更方便