简体   繁体   English

如何在特定端口设置 redislite:6379

[英]How to setup redislite in specific port:6379

I am learning django channels in pythonanywhere and pythonanywhere support redislite instead of redis.我在 pythonanywhere 和 pythonanywhere 中学习 django 通道支持 redislite 而不是 redis。

so i want to setup redislite to port 6379 exactly like in redis command: redis-server --port 6379所以我想将 redislite 设置为端口 6379,就像在 redis 命令中一样: redis-server --port 6379

I don't seem to find exact answer.我似乎没有找到确切的答案。 Any answer would be appreciated.任何答案将不胜感激。

That's not redislite, that's redis.那不是redislite,那是redis。 redislite is just a module that you import and use. redislite 只是您导入和使用的一个模块。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM