question

SKonec Entertainment avatar image
SKonec Entertainment asked

Redis Connect with Playfab CloudScript

I wanna use Redis with PlayFab cloud script,

Is there any way to connect with Redis or, Azure Cache for PlayFab cloudscript?

thank you.

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

You can make Webhook calls from CloudScript to any Web API endpoints. Therefore, if the Redis cache instance you are using supports Web API, then you can interact with it from CloudScript using http.request to make a call to that Web API. By the way, looks like Azure Cache for Redis already supports Web API: Azure Cache for Redis

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

SKonec Entertainment avatar image SKonec Entertainment commented ·

I just don't know web api was there. This answer really helped for me. thank you :D

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan SKonec Entertainment commented ·

Glad it helped:)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.