Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Garnet Support (I.e. remove Lua queries like DistributedCache from MS did) #379

Open
JohnGalt1717 opened this issue Feb 5, 2025 · 1 comment

Comments

@JohnGalt1717
Copy link

Describe the bug

If you use Garnet to replace Redis, you get errors because of Luia being used. If this is fixed, we can dump Redis which is now closed sourced.

To Reproduce

Use a Garnet docker container and point the stackexchange backpane for Fusioncache at it. It supports Redis protocol except for the Lua extensions:

dotnet/aspnetcore#54685

Expected behavior

Should work without error with Garnet and others that don't use the Lua extension, which according to those in the link above, say is actually slower in most cases.

Versions

I've encountered this issue on:

  • FusionCache version: 2.1
  • .NET version: 9.0
  • OS version: Windows 1 24h2
@jodydonetti
Copy link
Collaborator

jodydonetti commented Feb 5, 2025

Hi @JohnGalt1717 , yeah I know about the LUA problem, I opened the original issue 😬

The FusionCache backplane implementation for Redis is not using LUA at all, so if there's a problem it must be something else.

As you can see here the main pub/sub commands should all be supported.

Do you have more details about the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants