GithubHelp home page GithubHelp logo

microsoft / unifiedredisplatform.core Goto Github PK

View Code? Open in Web Editor NEW
11.0 6.0 0.0 1.08 MB

Unified Redis Platform is a solution for consolidating multiple Redis Caches to a single cluster. The cluster can be shared by multiple apps but provides proper isolation to each application. This is the client-side core SDK for Unified Redis Platform.

License: MIT License

C# 98.12% HTML 1.28% CSS 0.60%
redis microsoft azure azure-cache-redis cost-optimization cloud-optimization urp

unifiedredisplatform.core's People

Contributors

karsub-microsoft avatar microsoft-github-operations[bot] avatar microsoftopensource avatar patrickcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

unifiedredisplatform.core's Issues

Getting the list of keys based on pattern or all.

Hi
If we have done IDistributedCache implementation, there is currently no method exposed which can give list of all the keys for a particular tenant.
We would like to request a feature where a method is exposed where we give a pattern (or not for all the keys) and get list of keys following that pattern.
A pattern could be as simple as key_containing_this_string or starting_word_is_this_string* or *ending_word_is_this.

Pattern Issue

pattern search in

Task<IEnumerable<RedisKey>> GetKeys(string pattern = "");

in file - IDistributedUnifiedRedisCache is case sensitive.
For example - if I send keyword then any key which has KeyWord sub-string in it wont be returned as it doesn't match the case of keyword.
Please look into it and share how to ensure the keyword is checked ignoring the case of the characters.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.