Using data from the config file cw_config/config.php
Redis connection test successful.
The application could connect to Redis using the current configuration. The checks below now verify basic write/read behavior and show a dump of the current keys in the selected Redis database.
Test results: - nyckel1 is written with TTL 1000 seconds and then read back. - none_existing_key is read to show how a missing key is reported. nyckel1: värde1 none_existing_key:
| Key | Lifetime (s) | Value |
|---|---|---|
| cw.org.6399.shop.events.sv | 2224 | { "orgId": 6399, "options": { "lang": "", "shopFormat": "", "listFormat": "", "bookingWindowType": "", "layoutCode": "system_default", "shopShowRegStatus": 32, "showAvailability": 64, "shopCollapsibleByHeadings": 96, "shopStartCollapsedByHeadings": 64, "minActvitiesForAutoCollapse": 10, "minHeadingsForAutoCollapse": 2, "formatEventListLocation": "hide", "formatDayOfWeek": "short", "formatS... |
| cw.org.4115.shop.events.en | 3547 | { "orgId": 4115, "options": { "lang": "", "shopFormat": "", "listFormat": "", "bookingWindowType": "", "layoutCode": "system_default", "shopShowRegStatus": 32, "showAvailability": 96, "shopCollapsibleByHeadings": 64, "shopStartCollapsedByHeadings": 64, "minActvitiesForAutoCollapse": 10, "minHeadingsForAutoCollapse": 2, "formatEventListLocation": "placeOnly", "formatDayOfWeek": "standard", ... |
| cw.org.2748.shop.events.sv | 2645 | { "orgId": 2748, "options": { "lang": "", "shopFormat": "", "listFormat": "", "bookingWindowType": "", "layoutCode": "system_default", "shopShowRegStatus": 32, "showAvailability": 64, "shopCollapsibleByHeadings": 32, "shopStartCollapsedByHeadings": 32, "minActvitiesForAutoCollapse": 10, "minHeadingsForAutoCollapse": 2, "formatEventListLocation": "hide", "formatDayOfWeek": "standard", "form... |
| cw.org.3376.shop.events.en | 1784 | { "orgId": 3376, "options": { "lang": "", "shopFormat": "", "listFormat": "", "bookingWindowType": "", "layoutCode": "system_default", "shopShowRegStatus": 32, "showAvailability": 96, "shopCollapsibleByHeadings": 96, "shopStartCollapsedByHeadings": 64, "minActvitiesForAutoCollapse": 10, "minHeadingsForAutoCollapse": 2, "formatEventListLocation": "placeOnly", "formatDayOfWeek": "standard", ... |
| cw.org.6422.shop.events.sv | 1923 | { "orgId": 6422, "options": { "lang": "", "shopFormat": "", "listFormat": "", "bookingWindowType": "", "layoutCode": "egen_profil123", "shopShowRegStatus": 32, "showAvailability": 64, "shopCollapsibleByHeadings": 64, "shopStartCollapsedByHeadings": 32, "minActvitiesForAutoCollapse": 10, "minHeadingsForAutoCollapse": 2, "formatEventListLocation": "cityOnly", "formatDayOfWeek": "long", "form... |
| nyckel2 | 20 | värde2 |
| nyckel1 | 1000 | värde1 |