-
Notifications
You must be signed in to change notification settings - Fork 19
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
Redis APL provided by app-sdk #286
Comments
@lkostrowski @djkato I create a new PR that is tested: #374 |
@krzysztofzuraw @lkostrowski when will my recently merged PR #374 be released? :) That will close this old issue and we are patiently waiting for it. |
@JannikZed we did some testing and looks like you can use the candidate version |
Oh alright ! Should I try and verify that from my end or are you guys already on it ? |
@JannikZed you would definitely make it faster :) the getAll method should return a list of all previously saved items |
@lkostrowski could you tell me under which test you faced the error? I tried to rework the integration tests more: #384 |
@JannikZed To test it - you can use my repo:
|
@krzysztofzuraw getting this result:
I had to change the redis port here:
from 6378 in your repo to 6379. I looks all good to me? |
@JannikZed I tested it again and it works 👍🏻 it seems like my error was not loading |
What I'm trying to achieve
Use an APL that I don't have to pay another party for . For simple KV storage it should be enough to just use the Redis db that is inlcuded in saleor-platform.
Describe a proposed solution
Add Redis APL as another possible import, and also add an .env switch for it inside apps.
Screenshots or mockups
As per https://docs.saleor.io/docs/3.x/developer/extending/apps/developing-apps/app-sdk/apl#example-implementation someone already wrote how to make it, so just use that in app-sdk :)
Code snippet from the docs:
The text was updated successfully, but these errors were encountered: