Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
以PyCharm配置运行redis服务器_Redis_Pycharm - Fatal编程技术网

以PyCharm配置运行redis服务器

以PyCharm配置运行redis服务器,redis,pycharm,Redis,Pycharm,每次启动PyCharm项目时,我都必须进入终端窗口,并使用命令redis server启动redis。如何将其添加为运行/调试配置,以便将其与应用程序的其他部分结合起来?我的目标是使用单一的复合配置来启动Django web服务器、后台工作程序和redis 在运行\调试配置菜单中,可以添加shell脚本。但Redis进程只能通过ctrl+c停止

每次启动PyCharm项目时,我都必须进入终端窗口,并使用命令
redis server
启动redis。如何将其添加为运行/调试配置,以便将其与应用程序的其他部分结合起来?我的目标是使用单一的复合配置来启动Django web服务器、后台工作程序和redis

在运行\调试配置菜单中,可以添加shell脚本。但Redis进程只能通过ctrl+c停止