How to setup redislite in specific port:6379

196 Views Asked by At

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.

1

There are 1 best solutions below

0
On

That's not redislite, that's redis. redislite is just a module that you import and use.