Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Improve support for same slot usage #140

Open
@Grokzen

Description

@Grokzen

Currently the solution is designed around functions that has special implementation to support multi slot commands. What needs to be investigated and looked at is to support the more simple method of allowing multikey commands and pipelines to work when they are using the same slot for all keys. This would open up more functionality like WATCH and Transactions and enable the use of multi key functions to run on the server instead of inside the client.

The current proposal is to either have a config option that you send into StrictRedis or to have different classes that supports the different features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.0.0All issues that will be looked at for 3.0.0 releaseenhancement

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions