Skip to content

CacheManager.StackExchange.Redis add list type data problem #349

@landonzeng

Description

@landonzeng

I'm using CacheManager.StackExchange.Redis in my NetCore 3.1 project, and when I added a cache, I deposited a list, but when I checked it with RDM, I found that it was a HASH type, not a list type, so how do I add a list to it, because I want to add a list in I want to add data or modify data, I just need to update the object corresponding to the list, not to read out all the data of the key, then operate on the list, and then stuff it into the key, I am worried that the performance loss will be large, what is a good solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions