dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.95k stars 322 forks source link

Add GetAllKeysByPrefix to InMemory and Redis #422

Closed meysamhadeli closed 1 year ago

meysamhadeli commented 1 year ago

Hi. I added this feature #397 to EasyCahing.

meysamhadeli commented 1 year ago

Hi. Is this any problem with this pull request?

catcherwong commented 1 year ago

Still in the review, maybe need one more day.

meysamhadeli commented 1 year ago

Still in the review, maybe need one more day.

Ok, Thanks :)

meysamhadeli commented 1 year ago

I refactor all issue in my code and sent a pull request for that :)

Full changeset is here: https://github.com/dotnetcore/EasyCaching/pull/422/commits/8c70b43646b53a191d1453549cf37af0d081eba0

meysamhadeli commented 1 year ago

I removed all methods with optional prefix parameter and only add these two methods:

Full changeset is here: https://github.com/dotnetcore/EasyCaching/pull/422/commits/d40f6bf7a71dbe09e12009a753813c6e73a44bc5