0

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 Answers1

0

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

Glenn
  • 7,262
  • 1
  • 17
  • 23