Dwight Hubbard

Results 7 comments of Dwight Hubbard

You can specify the port with the `serverconfig` argument. ``` python3 >>> import redis >>> import redislite >>> r=redislite.Redis(serverconfig={'port': '8002'}) >>> r2 = redis.Redis(port=8002) >>> r2.keys() [] >>> ```

I've recreated this issue. Still looking for the cause.

The contents of the redis.submodule directory get overwritten when the bundled redis is updated. Does this issue exist with redis 6.2.6?

Started to work on this and found this was more difficult than expected.

It doesn't shutdown the server process if there active connections to the redis server process that where not created by the current process. If all activity to the redis server...

Yes, that sounds like a good idea to me.

Almost forgot, added a fix to make things work properly on python3