简体   繁体   中英

How to setup redislite in specific port:6379

I am learning django channels in pythonanywhere and pythonanywhere support redislite instead of redis.

so i want to setup redislite to port 6379 exactly like in redis command: 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 is just a module that you import and use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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