# التخزين المؤقت Redis

بشكل افتراضي عند تمكين التخزين المؤقت الموزع يستخدم ngSurvey قاعدة بياناته لإدارة الكائنات المخزنة مؤقتًا. كبديل لسيناريوهات الأداء العالي من الممكن أيضًا تكوين خادم تخزين مؤقت Redis لاستخدامه مع ngSurvey. يمكن أن يعزز هذا الإعداد الأداء عن طريق نقل تخزين الكاش من قاعدة البيانات إلى خادم Redis.

لإعداد خادم التخزين المؤقت Redis الخاص بك قم بتعيين متغير البيئة التالي بسلسلة اتصال Redis الخاصة بك وبشكل اختياري يمكنك أيضًا تعيين اسم مثيل محدد لتخزين Redis الخاص بك.

```
NGSurvey:RedisConnectionString
NGSurvey:RedisInstanceName
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/installation-setup/installation/cluster-scale-out-configuration/altkhzyn-almuqt-redis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
