[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-redis-redisctl-workflows":3,"mdc-i6opvx-key":36,"related-org-redis-redisctl-workflows":1772,"related-repo-redis-redisctl-workflows":1964},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":31,"sourceUrl":34,"mdContent":35},"redisctl-workflows","manage Redis operational workflows","Multi-step operational workflows combining redisctl commands. Use for end-to-end provisioning, cluster initialization, migrations, and backup and recovery procedures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"redis","Redis","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fredis.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},"Database","database",{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl","2026-05-27T07:19:50.36151",null,0,[18,8,29,30],"redis-cloud","redis-enterprise",{"repoUrl":24,"stars":23,"forks":27,"topics":32,"description":33},[18,8,29,30],"Unified CLI for Redis Cloud and Enterprise management","https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl\u002Ftree\u002FHEAD\u002Fskills\u002Fredisctl-workflows","---\nname: redisctl-workflows\ndescription: Multi-step operational workflows combining redisctl commands. Use for end-to-end provisioning, cluster initialization, migrations, and backup and recovery procedures.\n---\n\n## Overview\n\nWorkflows combine multiple redisctl commands into common operational patterns. Use these as templates for provisioning, maintenance, and recovery tasks.\n\n## Cloud: Provision a Subscription and Database\n\n```bash\n# 1. Create a subscription\nredisctl cloud subscription create --data '{\n  \"name\": \"my-app-prod\",\n  \"cloudProviders\": [{\n    \"provider\": \"AWS\",\n    \"regions\": [{\"region\": \"us-east-1\"}]\n  }]\n}'\n\n# 2. Wait for provisioning\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 3. Create a database\nredisctl cloud database create \\\n  --subscription-id \u003Csub-id> \\\n  --data '{\n    \"name\": \"cache\",\n    \"memoryLimitInGb\": 1,\n    \"modules\": [{\"name\": \"RedisJSON\"}]\n  }'\n\n# 4. Wait for database creation\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 5. Get connection details\nredisctl cloud database get --subscription-id \u003Csub-id> --id \u003Cdb-id>\n```\n\nOr use the built-in workflow:\n\n```bash\nredisctl cloud workflow subscription-setup\n```\n\n## Enterprise: Initialize a Cluster\n\n```bash\n# Built-in workflow for cluster initialization\nredisctl enterprise workflow init-cluster\n```\n\nOr step by step:\n\n```bash\n# 1. Check cluster status\nredisctl enterprise status --brief\n\n# 2. Upload license\nredisctl enterprise license update --file license.key\n\n# 3. Configure cluster policy\nredisctl enterprise cluster update-policy --data '{...}'\n\n# 4. Create a database\nredisctl enterprise database create --data '{\n  \"name\": \"my-app\",\n  \"memory_size\": 1073741824,\n  \"type\": \"redis\",\n  \"replication\": true\n}'\n\n# 5. Verify\nredisctl enterprise status --databases\n```\n\n## Enterprise: License Management\n\n```bash\nredisctl enterprise workflow license\n```\n\n## Backup and Recovery\n\n### Cloud\n\n```bash\n# Trigger a backup\nredisctl cloud database backup \\\n  --subscription-id \u003Csub-id> \\\n  --id \u003Cdb-id>\n\n# Check backup status\nredisctl cloud task wait --id \u003Ctask-id>\n\n# Import from backup\nredisctl cloud database import \\\n  --subscription-id \u003Csub-id> \\\n  --id \u003Cdb-id> \\\n  --data '{\"sourceType\": \"aws-s3\", \"importFromUri\": \"s3:\u002F\u002F...\"}'\n```\n\n### Enterprise\n\n```bash\n# Export a database\nredisctl enterprise database export --id 1\n\n# Restore from backup\nredisctl enterprise database restore --id 1 --data '{...}'\n```\n\n## Health Check Pattern\n\nQuick health check across environments:\n\n```bash\n# Cloud\nredisctl cloud subscription list\nredisctl cloud database list --subscription-id \u003Csub-id>\n\n# Enterprise\nredisctl enterprise status --brief\n\n# Direct Redis\nredisctl db open --profile prod-redis\n# then: INFO, DBSIZE, SLOWLOG GET 10\n```\n\n## Migration Pattern\n\nMove data between Redis instances:\n\n```bash\n# 1. Get source database info\nredisctl enterprise database get --id 1\n\n# 2. Create target database with matching config\nredisctl cloud database create --subscription-id \u003Csub-id> --data '{...}'\n\n# 3. Wait for target to be ready\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 4. Get target connection details\nredisctl cloud database get --subscription-id \u003Csub-id> --id \u003Cdb-id>\n\n# 5. Use redis-cli or migration tool to replicate data\n```\n\n## Tips\n\n- Always check task status after async operations with `cloud task wait`\n- Use `--profile` to target specific environments in each step\n- Enterprise workflows may require maintenance mode for some operations\n- Back up before any destructive operation\n- For complex multi-step operations, consider scripting with the raw API: `redisctl api`\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,56,62,521,526,554,560,596,601,860,866,893,899,906,1163,1169,1274,1280,1285,1444,1450,1455,1710,1716,1766],{"type":42,"tag":43,"props":44,"children":46},"element","h2",{"id":45},"overview",[47],{"type":48,"value":49},"text","Overview",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"Workflows combine multiple redisctl commands into common operational patterns. Use these as templates for provisioning, maintenance, and recovery tasks.",{"type":42,"tag":43,"props":57,"children":59},{"id":58},"cloud-provision-a-subscription-and-database",[60],{"type":48,"value":61},"Cloud: Provision a Subscription and Database",{"type":42,"tag":63,"props":64,"children":69},"pre",{"className":65,"code":66,"language":67,"meta":68,"style":68},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# 1. Create a subscription\nredisctl cloud subscription create --data '{\n  \"name\": \"my-app-prod\",\n  \"cloudProviders\": [{\n    \"provider\": \"AWS\",\n    \"regions\": [{\"region\": \"us-east-1\"}]\n  }]\n}'\n\n# 2. Wait for provisioning\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 3. Create a database\nredisctl cloud database create \\\n  --subscription-id \u003Csub-id> \\\n  --data '{\n    \"name\": \"cache\",\n    \"memoryLimitInGb\": 1,\n    \"modules\": [{\"name\": \"RedisJSON\"}]\n  }'\n\n# 4. Wait for database creation\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 5. Get connection details\nredisctl cloud database get --subscription-id \u003Csub-id> --id \u003Cdb-id>\n","bash","",[70],{"type":42,"tag":71,"props":72,"children":73},"code",{"__ignoreMap":68},[74,86,128,137,146,155,164,173,187,197,206,254,262,271,297,327,344,353,362,371,384,392,401,441,449,458],{"type":42,"tag":75,"props":76,"children":79},"span",{"class":77,"line":78},"line",1,[80],{"type":42,"tag":75,"props":81,"children":83},{"style":82},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[84],{"type":48,"value":85},"# 1. Create a subscription\n",{"type":42,"tag":75,"props":87,"children":89},{"class":77,"line":88},2,[90,96,102,107,112,117,123],{"type":42,"tag":75,"props":91,"children":93},{"style":92},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[94],{"type":48,"value":95},"redisctl",{"type":42,"tag":75,"props":97,"children":99},{"style":98},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[100],{"type":48,"value":101}," cloud",{"type":42,"tag":75,"props":103,"children":104},{"style":98},[105],{"type":48,"value":106}," subscription",{"type":42,"tag":75,"props":108,"children":109},{"style":98},[110],{"type":48,"value":111}," create",{"type":42,"tag":75,"props":113,"children":114},{"style":98},[115],{"type":48,"value":116}," --data",{"type":42,"tag":75,"props":118,"children":120},{"style":119},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[121],{"type":48,"value":122}," '",{"type":42,"tag":75,"props":124,"children":125},{"style":98},[126],{"type":48,"value":127},"{\n",{"type":42,"tag":75,"props":129,"children":131},{"class":77,"line":130},3,[132],{"type":42,"tag":75,"props":133,"children":134},{"style":98},[135],{"type":48,"value":136},"  \"name\": \"my-app-prod\",\n",{"type":42,"tag":75,"props":138,"children":140},{"class":77,"line":139},4,[141],{"type":42,"tag":75,"props":142,"children":143},{"style":98},[144],{"type":48,"value":145},"  \"cloudProviders\": [{\n",{"type":42,"tag":75,"props":147,"children":149},{"class":77,"line":148},5,[150],{"type":42,"tag":75,"props":151,"children":152},{"style":98},[153],{"type":48,"value":154},"    \"provider\": \"AWS\",\n",{"type":42,"tag":75,"props":156,"children":158},{"class":77,"line":157},6,[159],{"type":42,"tag":75,"props":160,"children":161},{"style":98},[162],{"type":48,"value":163},"    \"regions\": [{\"region\": \"us-east-1\"}]\n",{"type":42,"tag":75,"props":165,"children":167},{"class":77,"line":166},7,[168],{"type":42,"tag":75,"props":169,"children":170},{"style":98},[171],{"type":48,"value":172},"  }]\n",{"type":42,"tag":75,"props":174,"children":176},{"class":77,"line":175},8,[177,182],{"type":42,"tag":75,"props":178,"children":179},{"style":98},[180],{"type":48,"value":181},"}",{"type":42,"tag":75,"props":183,"children":184},{"style":119},[185],{"type":48,"value":186},"'\n",{"type":42,"tag":75,"props":188,"children":190},{"class":77,"line":189},9,[191],{"type":42,"tag":75,"props":192,"children":194},{"emptyLinePlaceholder":193},true,[195],{"type":48,"value":196},"\n",{"type":42,"tag":75,"props":198,"children":200},{"class":77,"line":199},10,[201],{"type":42,"tag":75,"props":202,"children":203},{"style":82},[204],{"type":48,"value":205},"# 2. Wait for provisioning\n",{"type":42,"tag":75,"props":207,"children":209},{"class":77,"line":208},11,[210,214,218,223,228,233,238,243,249],{"type":42,"tag":75,"props":211,"children":212},{"style":92},[213],{"type":48,"value":95},{"type":42,"tag":75,"props":215,"children":216},{"style":98},[217],{"type":48,"value":101},{"type":42,"tag":75,"props":219,"children":220},{"style":98},[221],{"type":48,"value":222}," task",{"type":42,"tag":75,"props":224,"children":225},{"style":98},[226],{"type":48,"value":227}," wait",{"type":42,"tag":75,"props":229,"children":230},{"style":98},[231],{"type":48,"value":232}," --id",{"type":42,"tag":75,"props":234,"children":235},{"style":119},[236],{"type":48,"value":237}," \u003C",{"type":42,"tag":75,"props":239,"children":240},{"style":98},[241],{"type":48,"value":242},"task-i",{"type":42,"tag":75,"props":244,"children":246},{"style":245},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[247],{"type":48,"value":248},"d",{"type":42,"tag":75,"props":250,"children":251},{"style":119},[252],{"type":48,"value":253},">\n",{"type":42,"tag":75,"props":255,"children":257},{"class":77,"line":256},12,[258],{"type":42,"tag":75,"props":259,"children":260},{"emptyLinePlaceholder":193},[261],{"type":48,"value":196},{"type":42,"tag":75,"props":263,"children":265},{"class":77,"line":264},13,[266],{"type":42,"tag":75,"props":267,"children":268},{"style":82},[269],{"type":48,"value":270},"# 3. Create a database\n",{"type":42,"tag":75,"props":272,"children":274},{"class":77,"line":273},14,[275,279,283,288,292],{"type":42,"tag":75,"props":276,"children":277},{"style":92},[278],{"type":48,"value":95},{"type":42,"tag":75,"props":280,"children":281},{"style":98},[282],{"type":48,"value":101},{"type":42,"tag":75,"props":284,"children":285},{"style":98},[286],{"type":48,"value":287}," database",{"type":42,"tag":75,"props":289,"children":290},{"style":98},[291],{"type":48,"value":111},{"type":42,"tag":75,"props":293,"children":294},{"style":245},[295],{"type":48,"value":296}," \\\n",{"type":42,"tag":75,"props":298,"children":299},{"class":77,"line":23},[300,305,309,314,318,323],{"type":42,"tag":75,"props":301,"children":302},{"style":98},[303],{"type":48,"value":304},"  --subscription-id",{"type":42,"tag":75,"props":306,"children":307},{"style":119},[308],{"type":48,"value":237},{"type":42,"tag":75,"props":310,"children":311},{"style":98},[312],{"type":48,"value":313},"sub-i",{"type":42,"tag":75,"props":315,"children":316},{"style":245},[317],{"type":48,"value":248},{"type":42,"tag":75,"props":319,"children":320},{"style":119},[321],{"type":48,"value":322},">",{"type":42,"tag":75,"props":324,"children":325},{"style":245},[326],{"type":48,"value":296},{"type":42,"tag":75,"props":328,"children":330},{"class":77,"line":329},16,[331,336,340],{"type":42,"tag":75,"props":332,"children":333},{"style":98},[334],{"type":48,"value":335},"  --data",{"type":42,"tag":75,"props":337,"children":338},{"style":119},[339],{"type":48,"value":122},{"type":42,"tag":75,"props":341,"children":342},{"style":98},[343],{"type":48,"value":127},{"type":42,"tag":75,"props":345,"children":347},{"class":77,"line":346},17,[348],{"type":42,"tag":75,"props":349,"children":350},{"style":98},[351],{"type":48,"value":352},"    \"name\": \"cache\",\n",{"type":42,"tag":75,"props":354,"children":356},{"class":77,"line":355},18,[357],{"type":42,"tag":75,"props":358,"children":359},{"style":98},[360],{"type":48,"value":361},"    \"memoryLimitInGb\": 1,\n",{"type":42,"tag":75,"props":363,"children":365},{"class":77,"line":364},19,[366],{"type":42,"tag":75,"props":367,"children":368},{"style":98},[369],{"type":48,"value":370},"    \"modules\": [{\"name\": \"RedisJSON\"}]\n",{"type":42,"tag":75,"props":372,"children":374},{"class":77,"line":373},20,[375,380],{"type":42,"tag":75,"props":376,"children":377},{"style":98},[378],{"type":48,"value":379},"  }",{"type":42,"tag":75,"props":381,"children":382},{"style":119},[383],{"type":48,"value":186},{"type":42,"tag":75,"props":385,"children":387},{"class":77,"line":386},21,[388],{"type":42,"tag":75,"props":389,"children":390},{"emptyLinePlaceholder":193},[391],{"type":48,"value":196},{"type":42,"tag":75,"props":393,"children":395},{"class":77,"line":394},22,[396],{"type":42,"tag":75,"props":397,"children":398},{"style":82},[399],{"type":48,"value":400},"# 4. Wait for database creation\n",{"type":42,"tag":75,"props":402,"children":404},{"class":77,"line":403},23,[405,409,413,417,421,425,429,433,437],{"type":42,"tag":75,"props":406,"children":407},{"style":92},[408],{"type":48,"value":95},{"type":42,"tag":75,"props":410,"children":411},{"style":98},[412],{"type":48,"value":101},{"type":42,"tag":75,"props":414,"children":415},{"style":98},[416],{"type":48,"value":222},{"type":42,"tag":75,"props":418,"children":419},{"style":98},[420],{"type":48,"value":227},{"type":42,"tag":75,"props":422,"children":423},{"style":98},[424],{"type":48,"value":232},{"type":42,"tag":75,"props":426,"children":427},{"style":119},[428],{"type":48,"value":237},{"type":42,"tag":75,"props":430,"children":431},{"style":98},[432],{"type":48,"value":242},{"type":42,"tag":75,"props":434,"children":435},{"style":245},[436],{"type":48,"value":248},{"type":42,"tag":75,"props":438,"children":439},{"style":119},[440],{"type":48,"value":253},{"type":42,"tag":75,"props":442,"children":444},{"class":77,"line":443},24,[445],{"type":42,"tag":75,"props":446,"children":447},{"emptyLinePlaceholder":193},[448],{"type":48,"value":196},{"type":42,"tag":75,"props":450,"children":452},{"class":77,"line":451},25,[453],{"type":42,"tag":75,"props":454,"children":455},{"style":82},[456],{"type":48,"value":457},"# 5. Get connection details\n",{"type":42,"tag":75,"props":459,"children":461},{"class":77,"line":460},26,[462,466,470,474,479,484,488,492,496,500,504,508,513,517],{"type":42,"tag":75,"props":463,"children":464},{"style":92},[465],{"type":48,"value":95},{"type":42,"tag":75,"props":467,"children":468},{"style":98},[469],{"type":48,"value":101},{"type":42,"tag":75,"props":471,"children":472},{"style":98},[473],{"type":48,"value":287},{"type":42,"tag":75,"props":475,"children":476},{"style":98},[477],{"type":48,"value":478}," get",{"type":42,"tag":75,"props":480,"children":481},{"style":98},[482],{"type":48,"value":483}," --subscription-id",{"type":42,"tag":75,"props":485,"children":486},{"style":119},[487],{"type":48,"value":237},{"type":42,"tag":75,"props":489,"children":490},{"style":98},[491],{"type":48,"value":313},{"type":42,"tag":75,"props":493,"children":494},{"style":245},[495],{"type":48,"value":248},{"type":42,"tag":75,"props":497,"children":498},{"style":119},[499],{"type":48,"value":322},{"type":42,"tag":75,"props":501,"children":502},{"style":98},[503],{"type":48,"value":232},{"type":42,"tag":75,"props":505,"children":506},{"style":119},[507],{"type":48,"value":237},{"type":42,"tag":75,"props":509,"children":510},{"style":98},[511],{"type":48,"value":512},"db-i",{"type":42,"tag":75,"props":514,"children":515},{"style":245},[516],{"type":48,"value":248},{"type":42,"tag":75,"props":518,"children":519},{"style":119},[520],{"type":48,"value":253},{"type":42,"tag":51,"props":522,"children":523},{},[524],{"type":48,"value":525},"Or use the built-in workflow:",{"type":42,"tag":63,"props":527,"children":529},{"className":65,"code":528,"language":67,"meta":68,"style":68},"redisctl cloud workflow subscription-setup\n",[530],{"type":42,"tag":71,"props":531,"children":532},{"__ignoreMap":68},[533],{"type":42,"tag":75,"props":534,"children":535},{"class":77,"line":78},[536,540,544,549],{"type":42,"tag":75,"props":537,"children":538},{"style":92},[539],{"type":48,"value":95},{"type":42,"tag":75,"props":541,"children":542},{"style":98},[543],{"type":48,"value":101},{"type":42,"tag":75,"props":545,"children":546},{"style":98},[547],{"type":48,"value":548}," workflow",{"type":42,"tag":75,"props":550,"children":551},{"style":98},[552],{"type":48,"value":553}," subscription-setup\n",{"type":42,"tag":43,"props":555,"children":557},{"id":556},"enterprise-initialize-a-cluster",[558],{"type":48,"value":559},"Enterprise: Initialize a Cluster",{"type":42,"tag":63,"props":561,"children":563},{"className":65,"code":562,"language":67,"meta":68,"style":68},"# Built-in workflow for cluster initialization\nredisctl enterprise workflow init-cluster\n",[564],{"type":42,"tag":71,"props":565,"children":566},{"__ignoreMap":68},[567,575],{"type":42,"tag":75,"props":568,"children":569},{"class":77,"line":78},[570],{"type":42,"tag":75,"props":571,"children":572},{"style":82},[573],{"type":48,"value":574},"# Built-in workflow for cluster initialization\n",{"type":42,"tag":75,"props":576,"children":577},{"class":77,"line":88},[578,582,587,591],{"type":42,"tag":75,"props":579,"children":580},{"style":92},[581],{"type":48,"value":95},{"type":42,"tag":75,"props":583,"children":584},{"style":98},[585],{"type":48,"value":586}," enterprise",{"type":42,"tag":75,"props":588,"children":589},{"style":98},[590],{"type":48,"value":548},{"type":42,"tag":75,"props":592,"children":593},{"style":98},[594],{"type":48,"value":595}," init-cluster\n",{"type":42,"tag":51,"props":597,"children":598},{},[599],{"type":48,"value":600},"Or step by step:",{"type":42,"tag":63,"props":602,"children":604},{"className":65,"code":603,"language":67,"meta":68,"style":68},"# 1. Check cluster status\nredisctl enterprise status --brief\n\n# 2. Upload license\nredisctl enterprise license update --file license.key\n\n# 3. Configure cluster policy\nredisctl enterprise cluster update-policy --data '{...}'\n\n# 4. Create a database\nredisctl enterprise database create --data '{\n  \"name\": \"my-app\",\n  \"memory_size\": 1073741824,\n  \"type\": \"redis\",\n  \"replication\": true\n}'\n\n# 5. Verify\nredisctl enterprise status --databases\n",[605],{"type":42,"tag":71,"props":606,"children":607},{"__ignoreMap":68},[608,616,637,644,652,683,690,698,736,743,751,782,790,798,806,814,825,832,840],{"type":42,"tag":75,"props":609,"children":610},{"class":77,"line":78},[611],{"type":42,"tag":75,"props":612,"children":613},{"style":82},[614],{"type":48,"value":615},"# 1. Check cluster status\n",{"type":42,"tag":75,"props":617,"children":618},{"class":77,"line":88},[619,623,627,632],{"type":42,"tag":75,"props":620,"children":621},{"style":92},[622],{"type":48,"value":95},{"type":42,"tag":75,"props":624,"children":625},{"style":98},[626],{"type":48,"value":586},{"type":42,"tag":75,"props":628,"children":629},{"style":98},[630],{"type":48,"value":631}," status",{"type":42,"tag":75,"props":633,"children":634},{"style":98},[635],{"type":48,"value":636}," --brief\n",{"type":42,"tag":75,"props":638,"children":639},{"class":77,"line":130},[640],{"type":42,"tag":75,"props":641,"children":642},{"emptyLinePlaceholder":193},[643],{"type":48,"value":196},{"type":42,"tag":75,"props":645,"children":646},{"class":77,"line":139},[647],{"type":42,"tag":75,"props":648,"children":649},{"style":82},[650],{"type":48,"value":651},"# 2. Upload license\n",{"type":42,"tag":75,"props":653,"children":654},{"class":77,"line":148},[655,659,663,668,673,678],{"type":42,"tag":75,"props":656,"children":657},{"style":92},[658],{"type":48,"value":95},{"type":42,"tag":75,"props":660,"children":661},{"style":98},[662],{"type":48,"value":586},{"type":42,"tag":75,"props":664,"children":665},{"style":98},[666],{"type":48,"value":667}," license",{"type":42,"tag":75,"props":669,"children":670},{"style":98},[671],{"type":48,"value":672}," update",{"type":42,"tag":75,"props":674,"children":675},{"style":98},[676],{"type":48,"value":677}," --file",{"type":42,"tag":75,"props":679,"children":680},{"style":98},[681],{"type":48,"value":682}," license.key\n",{"type":42,"tag":75,"props":684,"children":685},{"class":77,"line":157},[686],{"type":42,"tag":75,"props":687,"children":688},{"emptyLinePlaceholder":193},[689],{"type":48,"value":196},{"type":42,"tag":75,"props":691,"children":692},{"class":77,"line":166},[693],{"type":42,"tag":75,"props":694,"children":695},{"style":82},[696],{"type":48,"value":697},"# 3. Configure cluster policy\n",{"type":42,"tag":75,"props":699,"children":700},{"class":77,"line":175},[701,705,709,714,719,723,727,732],{"type":42,"tag":75,"props":702,"children":703},{"style":92},[704],{"type":48,"value":95},{"type":42,"tag":75,"props":706,"children":707},{"style":98},[708],{"type":48,"value":586},{"type":42,"tag":75,"props":710,"children":711},{"style":98},[712],{"type":48,"value":713}," cluster",{"type":42,"tag":75,"props":715,"children":716},{"style":98},[717],{"type":48,"value":718}," update-policy",{"type":42,"tag":75,"props":720,"children":721},{"style":98},[722],{"type":48,"value":116},{"type":42,"tag":75,"props":724,"children":725},{"style":119},[726],{"type":48,"value":122},{"type":42,"tag":75,"props":728,"children":729},{"style":98},[730],{"type":48,"value":731},"{...}",{"type":42,"tag":75,"props":733,"children":734},{"style":119},[735],{"type":48,"value":186},{"type":42,"tag":75,"props":737,"children":738},{"class":77,"line":189},[739],{"type":42,"tag":75,"props":740,"children":741},{"emptyLinePlaceholder":193},[742],{"type":48,"value":196},{"type":42,"tag":75,"props":744,"children":745},{"class":77,"line":199},[746],{"type":42,"tag":75,"props":747,"children":748},{"style":82},[749],{"type":48,"value":750},"# 4. Create a database\n",{"type":42,"tag":75,"props":752,"children":753},{"class":77,"line":208},[754,758,762,766,770,774,778],{"type":42,"tag":75,"props":755,"children":756},{"style":92},[757],{"type":48,"value":95},{"type":42,"tag":75,"props":759,"children":760},{"style":98},[761],{"type":48,"value":586},{"type":42,"tag":75,"props":763,"children":764},{"style":98},[765],{"type":48,"value":287},{"type":42,"tag":75,"props":767,"children":768},{"style":98},[769],{"type":48,"value":111},{"type":42,"tag":75,"props":771,"children":772},{"style":98},[773],{"type":48,"value":116},{"type":42,"tag":75,"props":775,"children":776},{"style":119},[777],{"type":48,"value":122},{"type":42,"tag":75,"props":779,"children":780},{"style":98},[781],{"type":48,"value":127},{"type":42,"tag":75,"props":783,"children":784},{"class":77,"line":256},[785],{"type":42,"tag":75,"props":786,"children":787},{"style":98},[788],{"type":48,"value":789},"  \"name\": \"my-app\",\n",{"type":42,"tag":75,"props":791,"children":792},{"class":77,"line":264},[793],{"type":42,"tag":75,"props":794,"children":795},{"style":98},[796],{"type":48,"value":797},"  \"memory_size\": 1073741824,\n",{"type":42,"tag":75,"props":799,"children":800},{"class":77,"line":273},[801],{"type":42,"tag":75,"props":802,"children":803},{"style":98},[804],{"type":48,"value":805},"  \"type\": \"redis\",\n",{"type":42,"tag":75,"props":807,"children":808},{"class":77,"line":23},[809],{"type":42,"tag":75,"props":810,"children":811},{"style":98},[812],{"type":48,"value":813},"  \"replication\": true\n",{"type":42,"tag":75,"props":815,"children":816},{"class":77,"line":329},[817,821],{"type":42,"tag":75,"props":818,"children":819},{"style":98},[820],{"type":48,"value":181},{"type":42,"tag":75,"props":822,"children":823},{"style":119},[824],{"type":48,"value":186},{"type":42,"tag":75,"props":826,"children":827},{"class":77,"line":346},[828],{"type":42,"tag":75,"props":829,"children":830},{"emptyLinePlaceholder":193},[831],{"type":48,"value":196},{"type":42,"tag":75,"props":833,"children":834},{"class":77,"line":355},[835],{"type":42,"tag":75,"props":836,"children":837},{"style":82},[838],{"type":48,"value":839},"# 5. Verify\n",{"type":42,"tag":75,"props":841,"children":842},{"class":77,"line":364},[843,847,851,855],{"type":42,"tag":75,"props":844,"children":845},{"style":92},[846],{"type":48,"value":95},{"type":42,"tag":75,"props":848,"children":849},{"style":98},[850],{"type":48,"value":586},{"type":42,"tag":75,"props":852,"children":853},{"style":98},[854],{"type":48,"value":631},{"type":42,"tag":75,"props":856,"children":857},{"style":98},[858],{"type":48,"value":859}," --databases\n",{"type":42,"tag":43,"props":861,"children":863},{"id":862},"enterprise-license-management",[864],{"type":48,"value":865},"Enterprise: License Management",{"type":42,"tag":63,"props":867,"children":869},{"className":65,"code":868,"language":67,"meta":68,"style":68},"redisctl enterprise workflow license\n",[870],{"type":42,"tag":71,"props":871,"children":872},{"__ignoreMap":68},[873],{"type":42,"tag":75,"props":874,"children":875},{"class":77,"line":78},[876,880,884,888],{"type":42,"tag":75,"props":877,"children":878},{"style":92},[879],{"type":48,"value":95},{"type":42,"tag":75,"props":881,"children":882},{"style":98},[883],{"type":48,"value":586},{"type":42,"tag":75,"props":885,"children":886},{"style":98},[887],{"type":48,"value":548},{"type":42,"tag":75,"props":889,"children":890},{"style":98},[891],{"type":48,"value":892}," license\n",{"type":42,"tag":43,"props":894,"children":896},{"id":895},"backup-and-recovery",[897],{"type":48,"value":898},"Backup and Recovery",{"type":42,"tag":900,"props":901,"children":903},"h3",{"id":902},"cloud",[904],{"type":48,"value":905},"Cloud",{"type":42,"tag":63,"props":907,"children":909},{"className":65,"code":908,"language":67,"meta":68,"style":68},"# Trigger a backup\nredisctl cloud database backup \\\n  --subscription-id \u003Csub-id> \\\n  --id \u003Cdb-id>\n\n# Check backup status\nredisctl cloud task wait --id \u003Ctask-id>\n\n# Import from backup\nredisctl cloud database import \\\n  --subscription-id \u003Csub-id> \\\n  --id \u003Cdb-id> \\\n  --data '{\"sourceType\": \"aws-s3\", \"importFromUri\": \"s3:\u002F\u002F...\"}'\n",[910],{"type":42,"tag":71,"props":911,"children":912},{"__ignoreMap":68},[913,921,945,972,996,1003,1011,1050,1057,1065,1089,1116,1143],{"type":42,"tag":75,"props":914,"children":915},{"class":77,"line":78},[916],{"type":42,"tag":75,"props":917,"children":918},{"style":82},[919],{"type":48,"value":920},"# Trigger a backup\n",{"type":42,"tag":75,"props":922,"children":923},{"class":77,"line":88},[924,928,932,936,941],{"type":42,"tag":75,"props":925,"children":926},{"style":92},[927],{"type":48,"value":95},{"type":42,"tag":75,"props":929,"children":930},{"style":98},[931],{"type":48,"value":101},{"type":42,"tag":75,"props":933,"children":934},{"style":98},[935],{"type":48,"value":287},{"type":42,"tag":75,"props":937,"children":938},{"style":98},[939],{"type":48,"value":940}," backup",{"type":42,"tag":75,"props":942,"children":943},{"style":245},[944],{"type":48,"value":296},{"type":42,"tag":75,"props":946,"children":947},{"class":77,"line":130},[948,952,956,960,964,968],{"type":42,"tag":75,"props":949,"children":950},{"style":98},[951],{"type":48,"value":304},{"type":42,"tag":75,"props":953,"children":954},{"style":119},[955],{"type":48,"value":237},{"type":42,"tag":75,"props":957,"children":958},{"style":98},[959],{"type":48,"value":313},{"type":42,"tag":75,"props":961,"children":962},{"style":245},[963],{"type":48,"value":248},{"type":42,"tag":75,"props":965,"children":966},{"style":119},[967],{"type":48,"value":322},{"type":42,"tag":75,"props":969,"children":970},{"style":245},[971],{"type":48,"value":296},{"type":42,"tag":75,"props":973,"children":974},{"class":77,"line":139},[975,980,984,988,992],{"type":42,"tag":75,"props":976,"children":977},{"style":98},[978],{"type":48,"value":979},"  --id",{"type":42,"tag":75,"props":981,"children":982},{"style":119},[983],{"type":48,"value":237},{"type":42,"tag":75,"props":985,"children":986},{"style":98},[987],{"type":48,"value":512},{"type":42,"tag":75,"props":989,"children":990},{"style":245},[991],{"type":48,"value":248},{"type":42,"tag":75,"props":993,"children":994},{"style":119},[995],{"type":48,"value":253},{"type":42,"tag":75,"props":997,"children":998},{"class":77,"line":148},[999],{"type":42,"tag":75,"props":1000,"children":1001},{"emptyLinePlaceholder":193},[1002],{"type":48,"value":196},{"type":42,"tag":75,"props":1004,"children":1005},{"class":77,"line":157},[1006],{"type":42,"tag":75,"props":1007,"children":1008},{"style":82},[1009],{"type":48,"value":1010},"# Check backup status\n",{"type":42,"tag":75,"props":1012,"children":1013},{"class":77,"line":166},[1014,1018,1022,1026,1030,1034,1038,1042,1046],{"type":42,"tag":75,"props":1015,"children":1016},{"style":92},[1017],{"type":48,"value":95},{"type":42,"tag":75,"props":1019,"children":1020},{"style":98},[1021],{"type":48,"value":101},{"type":42,"tag":75,"props":1023,"children":1024},{"style":98},[1025],{"type":48,"value":222},{"type":42,"tag":75,"props":1027,"children":1028},{"style":98},[1029],{"type":48,"value":227},{"type":42,"tag":75,"props":1031,"children":1032},{"style":98},[1033],{"type":48,"value":232},{"type":42,"tag":75,"props":1035,"children":1036},{"style":119},[1037],{"type":48,"value":237},{"type":42,"tag":75,"props":1039,"children":1040},{"style":98},[1041],{"type":48,"value":242},{"type":42,"tag":75,"props":1043,"children":1044},{"style":245},[1045],{"type":48,"value":248},{"type":42,"tag":75,"props":1047,"children":1048},{"style":119},[1049],{"type":48,"value":253},{"type":42,"tag":75,"props":1051,"children":1052},{"class":77,"line":175},[1053],{"type":42,"tag":75,"props":1054,"children":1055},{"emptyLinePlaceholder":193},[1056],{"type":48,"value":196},{"type":42,"tag":75,"props":1058,"children":1059},{"class":77,"line":189},[1060],{"type":42,"tag":75,"props":1061,"children":1062},{"style":82},[1063],{"type":48,"value":1064},"# Import from backup\n",{"type":42,"tag":75,"props":1066,"children":1067},{"class":77,"line":199},[1068,1072,1076,1080,1085],{"type":42,"tag":75,"props":1069,"children":1070},{"style":92},[1071],{"type":48,"value":95},{"type":42,"tag":75,"props":1073,"children":1074},{"style":98},[1075],{"type":48,"value":101},{"type":42,"tag":75,"props":1077,"children":1078},{"style":98},[1079],{"type":48,"value":287},{"type":42,"tag":75,"props":1081,"children":1082},{"style":98},[1083],{"type":48,"value":1084}," import",{"type":42,"tag":75,"props":1086,"children":1087},{"style":245},[1088],{"type":48,"value":296},{"type":42,"tag":75,"props":1090,"children":1091},{"class":77,"line":208},[1092,1096,1100,1104,1108,1112],{"type":42,"tag":75,"props":1093,"children":1094},{"style":98},[1095],{"type":48,"value":304},{"type":42,"tag":75,"props":1097,"children":1098},{"style":119},[1099],{"type":48,"value":237},{"type":42,"tag":75,"props":1101,"children":1102},{"style":98},[1103],{"type":48,"value":313},{"type":42,"tag":75,"props":1105,"children":1106},{"style":245},[1107],{"type":48,"value":248},{"type":42,"tag":75,"props":1109,"children":1110},{"style":119},[1111],{"type":48,"value":322},{"type":42,"tag":75,"props":1113,"children":1114},{"style":245},[1115],{"type":48,"value":296},{"type":42,"tag":75,"props":1117,"children":1118},{"class":77,"line":256},[1119,1123,1127,1131,1135,1139],{"type":42,"tag":75,"props":1120,"children":1121},{"style":98},[1122],{"type":48,"value":979},{"type":42,"tag":75,"props":1124,"children":1125},{"style":119},[1126],{"type":48,"value":237},{"type":42,"tag":75,"props":1128,"children":1129},{"style":98},[1130],{"type":48,"value":512},{"type":42,"tag":75,"props":1132,"children":1133},{"style":245},[1134],{"type":48,"value":248},{"type":42,"tag":75,"props":1136,"children":1137},{"style":119},[1138],{"type":48,"value":322},{"type":42,"tag":75,"props":1140,"children":1141},{"style":245},[1142],{"type":48,"value":296},{"type":42,"tag":75,"props":1144,"children":1145},{"class":77,"line":264},[1146,1150,1154,1159],{"type":42,"tag":75,"props":1147,"children":1148},{"style":98},[1149],{"type":48,"value":335},{"type":42,"tag":75,"props":1151,"children":1152},{"style":119},[1153],{"type":48,"value":122},{"type":42,"tag":75,"props":1155,"children":1156},{"style":98},[1157],{"type":48,"value":1158},"{\"sourceType\": \"aws-s3\", \"importFromUri\": \"s3:\u002F\u002F...\"}",{"type":42,"tag":75,"props":1160,"children":1161},{"style":119},[1162],{"type":48,"value":186},{"type":42,"tag":900,"props":1164,"children":1166},{"id":1165},"enterprise",[1167],{"type":48,"value":1168},"Enterprise",{"type":42,"tag":63,"props":1170,"children":1172},{"className":65,"code":1171,"language":67,"meta":68,"style":68},"# Export a database\nredisctl enterprise database export --id 1\n\n# Restore from backup\nredisctl enterprise database restore --id 1 --data '{...}'\n",[1173],{"type":42,"tag":71,"props":1174,"children":1175},{"__ignoreMap":68},[1176,1184,1214,1221,1229],{"type":42,"tag":75,"props":1177,"children":1178},{"class":77,"line":78},[1179],{"type":42,"tag":75,"props":1180,"children":1181},{"style":82},[1182],{"type":48,"value":1183},"# Export a database\n",{"type":42,"tag":75,"props":1185,"children":1186},{"class":77,"line":88},[1187,1191,1195,1199,1204,1208],{"type":42,"tag":75,"props":1188,"children":1189},{"style":92},[1190],{"type":48,"value":95},{"type":42,"tag":75,"props":1192,"children":1193},{"style":98},[1194],{"type":48,"value":586},{"type":42,"tag":75,"props":1196,"children":1197},{"style":98},[1198],{"type":48,"value":287},{"type":42,"tag":75,"props":1200,"children":1201},{"style":98},[1202],{"type":48,"value":1203}," export",{"type":42,"tag":75,"props":1205,"children":1206},{"style":98},[1207],{"type":48,"value":232},{"type":42,"tag":75,"props":1209,"children":1211},{"style":1210},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[1212],{"type":48,"value":1213}," 1\n",{"type":42,"tag":75,"props":1215,"children":1216},{"class":77,"line":130},[1217],{"type":42,"tag":75,"props":1218,"children":1219},{"emptyLinePlaceholder":193},[1220],{"type":48,"value":196},{"type":42,"tag":75,"props":1222,"children":1223},{"class":77,"line":139},[1224],{"type":42,"tag":75,"props":1225,"children":1226},{"style":82},[1227],{"type":48,"value":1228},"# Restore from backup\n",{"type":42,"tag":75,"props":1230,"children":1231},{"class":77,"line":148},[1232,1236,1240,1244,1249,1253,1258,1262,1266,1270],{"type":42,"tag":75,"props":1233,"children":1234},{"style":92},[1235],{"type":48,"value":95},{"type":42,"tag":75,"props":1237,"children":1238},{"style":98},[1239],{"type":48,"value":586},{"type":42,"tag":75,"props":1241,"children":1242},{"style":98},[1243],{"type":48,"value":287},{"type":42,"tag":75,"props":1245,"children":1246},{"style":98},[1247],{"type":48,"value":1248}," restore",{"type":42,"tag":75,"props":1250,"children":1251},{"style":98},[1252],{"type":48,"value":232},{"type":42,"tag":75,"props":1254,"children":1255},{"style":1210},[1256],{"type":48,"value":1257}," 1",{"type":42,"tag":75,"props":1259,"children":1260},{"style":98},[1261],{"type":48,"value":116},{"type":42,"tag":75,"props":1263,"children":1264},{"style":119},[1265],{"type":48,"value":122},{"type":42,"tag":75,"props":1267,"children":1268},{"style":98},[1269],{"type":48,"value":731},{"type":42,"tag":75,"props":1271,"children":1272},{"style":119},[1273],{"type":48,"value":186},{"type":42,"tag":43,"props":1275,"children":1277},{"id":1276},"health-check-pattern",[1278],{"type":48,"value":1279},"Health Check Pattern",{"type":42,"tag":51,"props":1281,"children":1282},{},[1283],{"type":48,"value":1284},"Quick health check across environments:",{"type":42,"tag":63,"props":1286,"children":1288},{"className":65,"code":1287,"language":67,"meta":68,"style":68},"# Cloud\nredisctl cloud subscription list\nredisctl cloud database list --subscription-id \u003Csub-id>\n\n# Enterprise\nredisctl enterprise status --brief\n\n# Direct Redis\nredisctl db open --profile prod-redis\n# then: INFO, DBSIZE, SLOWLOG GET 10\n",[1289],{"type":42,"tag":71,"props":1290,"children":1291},{"__ignoreMap":68},[1292,1300,1320,1360,1367,1375,1394,1401,1409,1436],{"type":42,"tag":75,"props":1293,"children":1294},{"class":77,"line":78},[1295],{"type":42,"tag":75,"props":1296,"children":1297},{"style":82},[1298],{"type":48,"value":1299},"# Cloud\n",{"type":42,"tag":75,"props":1301,"children":1302},{"class":77,"line":88},[1303,1307,1311,1315],{"type":42,"tag":75,"props":1304,"children":1305},{"style":92},[1306],{"type":48,"value":95},{"type":42,"tag":75,"props":1308,"children":1309},{"style":98},[1310],{"type":48,"value":101},{"type":42,"tag":75,"props":1312,"children":1313},{"style":98},[1314],{"type":48,"value":106},{"type":42,"tag":75,"props":1316,"children":1317},{"style":98},[1318],{"type":48,"value":1319}," list\n",{"type":42,"tag":75,"props":1321,"children":1322},{"class":77,"line":130},[1323,1327,1331,1335,1340,1344,1348,1352,1356],{"type":42,"tag":75,"props":1324,"children":1325},{"style":92},[1326],{"type":48,"value":95},{"type":42,"tag":75,"props":1328,"children":1329},{"style":98},[1330],{"type":48,"value":101},{"type":42,"tag":75,"props":1332,"children":1333},{"style":98},[1334],{"type":48,"value":287},{"type":42,"tag":75,"props":1336,"children":1337},{"style":98},[1338],{"type":48,"value":1339}," list",{"type":42,"tag":75,"props":1341,"children":1342},{"style":98},[1343],{"type":48,"value":483},{"type":42,"tag":75,"props":1345,"children":1346},{"style":119},[1347],{"type":48,"value":237},{"type":42,"tag":75,"props":1349,"children":1350},{"style":98},[1351],{"type":48,"value":313},{"type":42,"tag":75,"props":1353,"children":1354},{"style":245},[1355],{"type":48,"value":248},{"type":42,"tag":75,"props":1357,"children":1358},{"style":119},[1359],{"type":48,"value":253},{"type":42,"tag":75,"props":1361,"children":1362},{"class":77,"line":139},[1363],{"type":42,"tag":75,"props":1364,"children":1365},{"emptyLinePlaceholder":193},[1366],{"type":48,"value":196},{"type":42,"tag":75,"props":1368,"children":1369},{"class":77,"line":148},[1370],{"type":42,"tag":75,"props":1371,"children":1372},{"style":82},[1373],{"type":48,"value":1374},"# Enterprise\n",{"type":42,"tag":75,"props":1376,"children":1377},{"class":77,"line":157},[1378,1382,1386,1390],{"type":42,"tag":75,"props":1379,"children":1380},{"style":92},[1381],{"type":48,"value":95},{"type":42,"tag":75,"props":1383,"children":1384},{"style":98},[1385],{"type":48,"value":586},{"type":42,"tag":75,"props":1387,"children":1388},{"style":98},[1389],{"type":48,"value":631},{"type":42,"tag":75,"props":1391,"children":1392},{"style":98},[1393],{"type":48,"value":636},{"type":42,"tag":75,"props":1395,"children":1396},{"class":77,"line":166},[1397],{"type":42,"tag":75,"props":1398,"children":1399},{"emptyLinePlaceholder":193},[1400],{"type":48,"value":196},{"type":42,"tag":75,"props":1402,"children":1403},{"class":77,"line":175},[1404],{"type":42,"tag":75,"props":1405,"children":1406},{"style":82},[1407],{"type":48,"value":1408},"# Direct Redis\n",{"type":42,"tag":75,"props":1410,"children":1411},{"class":77,"line":189},[1412,1416,1421,1426,1431],{"type":42,"tag":75,"props":1413,"children":1414},{"style":92},[1415],{"type":48,"value":95},{"type":42,"tag":75,"props":1417,"children":1418},{"style":98},[1419],{"type":48,"value":1420}," db",{"type":42,"tag":75,"props":1422,"children":1423},{"style":98},[1424],{"type":48,"value":1425}," open",{"type":42,"tag":75,"props":1427,"children":1428},{"style":98},[1429],{"type":48,"value":1430}," --profile",{"type":42,"tag":75,"props":1432,"children":1433},{"style":98},[1434],{"type":48,"value":1435}," prod-redis\n",{"type":42,"tag":75,"props":1437,"children":1438},{"class":77,"line":199},[1439],{"type":42,"tag":75,"props":1440,"children":1441},{"style":82},[1442],{"type":48,"value":1443},"# then: INFO, DBSIZE, SLOWLOG GET 10\n",{"type":42,"tag":43,"props":1445,"children":1447},{"id":1446},"migration-pattern",[1448],{"type":48,"value":1449},"Migration Pattern",{"type":42,"tag":51,"props":1451,"children":1452},{},[1453],{"type":48,"value":1454},"Move data between Redis instances:",{"type":42,"tag":63,"props":1456,"children":1458},{"className":65,"code":1457,"language":67,"meta":68,"style":68},"# 1. Get source database info\nredisctl enterprise database get --id 1\n\n# 2. Create target database with matching config\nredisctl cloud database create --subscription-id \u003Csub-id> --data '{...}'\n\n# 3. Wait for target to be ready\nredisctl cloud task wait --id \u003Ctask-id>\n\n# 4. Get target connection details\nredisctl cloud database get --subscription-id \u003Csub-id> --id \u003Cdb-id>\n\n# 5. Use redis-cli or migration tool to replicate data\n",[1459],{"type":42,"tag":71,"props":1460,"children":1461},{"__ignoreMap":68},[1462,1470,1497,1504,1512,1567,1574,1582,1621,1628,1636,1695,1702],{"type":42,"tag":75,"props":1463,"children":1464},{"class":77,"line":78},[1465],{"type":42,"tag":75,"props":1466,"children":1467},{"style":82},[1468],{"type":48,"value":1469},"# 1. Get source database info\n",{"type":42,"tag":75,"props":1471,"children":1472},{"class":77,"line":88},[1473,1477,1481,1485,1489,1493],{"type":42,"tag":75,"props":1474,"children":1475},{"style":92},[1476],{"type":48,"value":95},{"type":42,"tag":75,"props":1478,"children":1479},{"style":98},[1480],{"type":48,"value":586},{"type":42,"tag":75,"props":1482,"children":1483},{"style":98},[1484],{"type":48,"value":287},{"type":42,"tag":75,"props":1486,"children":1487},{"style":98},[1488],{"type":48,"value":478},{"type":42,"tag":75,"props":1490,"children":1491},{"style":98},[1492],{"type":48,"value":232},{"type":42,"tag":75,"props":1494,"children":1495},{"style":1210},[1496],{"type":48,"value":1213},{"type":42,"tag":75,"props":1498,"children":1499},{"class":77,"line":130},[1500],{"type":42,"tag":75,"props":1501,"children":1502},{"emptyLinePlaceholder":193},[1503],{"type":48,"value":196},{"type":42,"tag":75,"props":1505,"children":1506},{"class":77,"line":139},[1507],{"type":42,"tag":75,"props":1508,"children":1509},{"style":82},[1510],{"type":48,"value":1511},"# 2. Create target database with matching config\n",{"type":42,"tag":75,"props":1513,"children":1514},{"class":77,"line":148},[1515,1519,1523,1527,1531,1535,1539,1543,1547,1551,1555,1559,1563],{"type":42,"tag":75,"props":1516,"children":1517},{"style":92},[1518],{"type":48,"value":95},{"type":42,"tag":75,"props":1520,"children":1521},{"style":98},[1522],{"type":48,"value":101},{"type":42,"tag":75,"props":1524,"children":1525},{"style":98},[1526],{"type":48,"value":287},{"type":42,"tag":75,"props":1528,"children":1529},{"style":98},[1530],{"type":48,"value":111},{"type":42,"tag":75,"props":1532,"children":1533},{"style":98},[1534],{"type":48,"value":483},{"type":42,"tag":75,"props":1536,"children":1537},{"style":119},[1538],{"type":48,"value":237},{"type":42,"tag":75,"props":1540,"children":1541},{"style":98},[1542],{"type":48,"value":313},{"type":42,"tag":75,"props":1544,"children":1545},{"style":245},[1546],{"type":48,"value":248},{"type":42,"tag":75,"props":1548,"children":1549},{"style":119},[1550],{"type":48,"value":322},{"type":42,"tag":75,"props":1552,"children":1553},{"style":98},[1554],{"type":48,"value":116},{"type":42,"tag":75,"props":1556,"children":1557},{"style":119},[1558],{"type":48,"value":122},{"type":42,"tag":75,"props":1560,"children":1561},{"style":98},[1562],{"type":48,"value":731},{"type":42,"tag":75,"props":1564,"children":1565},{"style":119},[1566],{"type":48,"value":186},{"type":42,"tag":75,"props":1568,"children":1569},{"class":77,"line":157},[1570],{"type":42,"tag":75,"props":1571,"children":1572},{"emptyLinePlaceholder":193},[1573],{"type":48,"value":196},{"type":42,"tag":75,"props":1575,"children":1576},{"class":77,"line":166},[1577],{"type":42,"tag":75,"props":1578,"children":1579},{"style":82},[1580],{"type":48,"value":1581},"# 3. Wait for target to be ready\n",{"type":42,"tag":75,"props":1583,"children":1584},{"class":77,"line":175},[1585,1589,1593,1597,1601,1605,1609,1613,1617],{"type":42,"tag":75,"props":1586,"children":1587},{"style":92},[1588],{"type":48,"value":95},{"type":42,"tag":75,"props":1590,"children":1591},{"style":98},[1592],{"type":48,"value":101},{"type":42,"tag":75,"props":1594,"children":1595},{"style":98},[1596],{"type":48,"value":222},{"type":42,"tag":75,"props":1598,"children":1599},{"style":98},[1600],{"type":48,"value":227},{"type":42,"tag":75,"props":1602,"children":1603},{"style":98},[1604],{"type":48,"value":232},{"type":42,"tag":75,"props":1606,"children":1607},{"style":119},[1608],{"type":48,"value":237},{"type":42,"tag":75,"props":1610,"children":1611},{"style":98},[1612],{"type":48,"value":242},{"type":42,"tag":75,"props":1614,"children":1615},{"style":245},[1616],{"type":48,"value":248},{"type":42,"tag":75,"props":1618,"children":1619},{"style":119},[1620],{"type":48,"value":253},{"type":42,"tag":75,"props":1622,"children":1623},{"class":77,"line":189},[1624],{"type":42,"tag":75,"props":1625,"children":1626},{"emptyLinePlaceholder":193},[1627],{"type":48,"value":196},{"type":42,"tag":75,"props":1629,"children":1630},{"class":77,"line":199},[1631],{"type":42,"tag":75,"props":1632,"children":1633},{"style":82},[1634],{"type":48,"value":1635},"# 4. Get target connection details\n",{"type":42,"tag":75,"props":1637,"children":1638},{"class":77,"line":208},[1639,1643,1647,1651,1655,1659,1663,1667,1671,1675,1679,1683,1687,1691],{"type":42,"tag":75,"props":1640,"children":1641},{"style":92},[1642],{"type":48,"value":95},{"type":42,"tag":75,"props":1644,"children":1645},{"style":98},[1646],{"type":48,"value":101},{"type":42,"tag":75,"props":1648,"children":1649},{"style":98},[1650],{"type":48,"value":287},{"type":42,"tag":75,"props":1652,"children":1653},{"style":98},[1654],{"type":48,"value":478},{"type":42,"tag":75,"props":1656,"children":1657},{"style":98},[1658],{"type":48,"value":483},{"type":42,"tag":75,"props":1660,"children":1661},{"style":119},[1662],{"type":48,"value":237},{"type":42,"tag":75,"props":1664,"children":1665},{"style":98},[1666],{"type":48,"value":313},{"type":42,"tag":75,"props":1668,"children":1669},{"style":245},[1670],{"type":48,"value":248},{"type":42,"tag":75,"props":1672,"children":1673},{"style":119},[1674],{"type":48,"value":322},{"type":42,"tag":75,"props":1676,"children":1677},{"style":98},[1678],{"type":48,"value":232},{"type":42,"tag":75,"props":1680,"children":1681},{"style":119},[1682],{"type":48,"value":237},{"type":42,"tag":75,"props":1684,"children":1685},{"style":98},[1686],{"type":48,"value":512},{"type":42,"tag":75,"props":1688,"children":1689},{"style":245},[1690],{"type":48,"value":248},{"type":42,"tag":75,"props":1692,"children":1693},{"style":119},[1694],{"type":48,"value":253},{"type":42,"tag":75,"props":1696,"children":1697},{"class":77,"line":256},[1698],{"type":42,"tag":75,"props":1699,"children":1700},{"emptyLinePlaceholder":193},[1701],{"type":48,"value":196},{"type":42,"tag":75,"props":1703,"children":1704},{"class":77,"line":264},[1705],{"type":42,"tag":75,"props":1706,"children":1707},{"style":82},[1708],{"type":48,"value":1709},"# 5. Use redis-cli or migration tool to replicate data\n",{"type":42,"tag":43,"props":1711,"children":1713},{"id":1712},"tips",[1714],{"type":48,"value":1715},"Tips",{"type":42,"tag":1717,"props":1718,"children":1719},"ul",{},[1720,1732,1745,1750,1755],{"type":42,"tag":1721,"props":1722,"children":1723},"li",{},[1724,1726],{"type":48,"value":1725},"Always check task status after async operations with ",{"type":42,"tag":71,"props":1727,"children":1729},{"className":1728},[],[1730],{"type":48,"value":1731},"cloud task wait",{"type":42,"tag":1721,"props":1733,"children":1734},{},[1735,1737,1743],{"type":48,"value":1736},"Use ",{"type":42,"tag":71,"props":1738,"children":1740},{"className":1739},[],[1741],{"type":48,"value":1742},"--profile",{"type":48,"value":1744}," to target specific environments in each step",{"type":42,"tag":1721,"props":1746,"children":1747},{},[1748],{"type":48,"value":1749},"Enterprise workflows may require maintenance mode for some operations",{"type":42,"tag":1721,"props":1751,"children":1752},{},[1753],{"type":48,"value":1754},"Back up before any destructive operation",{"type":42,"tag":1721,"props":1756,"children":1757},{},[1758,1760],{"type":48,"value":1759},"For complex multi-step operations, consider scripting with the raw API: ",{"type":42,"tag":71,"props":1761,"children":1763},{"className":1762},[],[1764],{"type":48,"value":1765},"redisctl api",{"type":42,"tag":1767,"props":1768,"children":1769},"style",{},[1770],{"type":48,"value":1771},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1773,"total":1963},[1774,1796,1814,1827,1840,1858,1874,1894,1908,1922,1937,1950],{"slug":1775,"name":1775,"fn":1776,"description":1777,"org":1778,"tags":1779,"stars":1793,"repoUrl":1794,"updatedAt":1795},"iris-development","integrate with Redis Iris AI products","Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, configuring a memory store, or tuning background memory promotion. Code examples use the official `redis-agent-memory` (Python) and `@redis-iris\u002Fagent-memory` (TypeScript) SDKs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1780,1783,1786,1789,1792],{"name":1781,"slug":1782,"type":15},"Agents","agents",{"name":1784,"slug":1785,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1787,"slug":1788,"type":15},"Backend","backend",{"name":1790,"slug":1791,"type":15},"Memory","memory",{"name":9,"slug":8,"type":15},92,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fagent-skills","2026-05-27T07:19:45.213725",{"slug":1797,"name":1797,"fn":1798,"description":1799,"org":1800,"tags":1801,"stars":1793,"repoUrl":1794,"updatedAt":1813},"redis-clustering","configure Redis clustering and replication","Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET \u002F SDIFF \u002F pipelines, configuring a multi-key transaction in a cluster, or routing reads to replicas for caches, analytics, or dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1802,1805,1806,1809,1812],{"name":1803,"slug":1804,"type":15},"Architecture","architecture",{"name":20,"slug":21,"type":15},{"name":1807,"slug":1808,"type":15},"Infrastructure","infrastructure",{"name":1810,"slug":1811,"type":15},"Performance","performance",{"name":9,"slug":8,"type":15},"2026-05-27T07:19:38.757599",{"slug":1815,"name":1815,"fn":1816,"description":1817,"org":1818,"tags":1819,"stars":1793,"repoUrl":1794,"updatedAt":1826},"redis-connections","optimize Redis client connections","Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis, Lettuce, NRedisStack), batching commands for throughput, eliminating per-request connection creation, iterating large keyspaces with SCAN, enabling client-side caching for read-heavy workloads, or setting connect and read timeouts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1820,1821,1824,1825],{"name":1787,"slug":1788,"type":15},{"name":1822,"slug":1823,"type":15},"Caching","caching",{"name":1810,"slug":1811,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:42.616757",{"slug":1828,"name":1828,"fn":1829,"description":1830,"org":1831,"tags":1832,"stars":1793,"repoUrl":1794,"updatedAt":1839},"redis-core","model data with Redis structures","Core Redis modeling guidance — choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model, caching objects, deciding between Hash and JSON, building counters, leaderboards, membership sets, or session stores, or when reviewing\u002Fcleaning up Redis key naming.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1833,1834,1837,1838],{"name":1803,"slug":1804,"type":15},{"name":1835,"slug":1836,"type":15},"Data Modeling","data-modeling",{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:41.317954",{"slug":1841,"name":1841,"fn":1842,"description":1843,"org":1844,"tags":1845,"stars":1793,"repoUrl":1794,"updatedAt":1857},"redis-observability","monitor and triage Redis performance","Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops\u002Fsec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up monitoring or alerts for a Redis instance, diagnosing a performance regression, profiling a slow FT.SEARCH query, or wiring Redis metrics into Prometheus, Datadog, or similar.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1846,1849,1852,1855,1856],{"name":1847,"slug":1848,"type":15},"Debugging","debugging",{"name":1850,"slug":1851,"type":15},"Monitoring","monitoring",{"name":1853,"slug":1854,"type":15},"Observability","observability",{"name":1810,"slug":1811,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:47.780873",{"slug":1859,"name":1859,"fn":1860,"description":1861,"org":1862,"tags":1863,"stars":1793,"repoUrl":1794,"updatedAt":1873},"redis-search","implement Redis Search indexing and queries","Redis Search guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR, JSON path), DIALECT 2 query syntax, FT.SEARCH \u002F FT.AGGREGATE \u002F FT.HYBRID command selection, vector similarity with HNSW or FLAT, hybrid retrieval combining lexical and vector ranking, RAG pipelines, zero-downtime index updates via aliases, and debugging with FT.PROFILE and FT.EXPLAIN. Use when defining a search index on Hash or JSON documents, writing FT.SEARCH queries with filters, sorting, aggregation, or vector KNN, tuning HNSW parameters, building a RAG retrieval pipeline, or troubleshooting slow or empty search results.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1864,1865,1866,1869,1870],{"name":1803,"slug":1804,"type":15},{"name":20,"slug":21,"type":15},{"name":1867,"slug":1868,"type":15},"Engineering","engineering",{"name":9,"slug":8,"type":15},{"name":1871,"slug":1872,"type":15},"Search","search","2026-06-24T07:39:43.089819",{"slug":1875,"name":1875,"fn":1876,"description":1877,"org":1878,"tags":1879,"stars":1793,"repoUrl":1794,"updatedAt":1893},"redis-security","secure Redis instances and clusters","Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to production, defining ACL users for an application, configuring TLS connections, locking down a Redis instance behind a firewall, or auditing a Redis deployment for security hardening.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1880,1883,1886,1889,1890],{"name":1881,"slug":1882,"type":15},"Access Control","access-control",{"name":1884,"slug":1885,"type":15},"Authentication","authentication",{"name":1887,"slug":1888,"type":15},"Compliance","compliance",{"name":9,"slug":8,"type":15},{"name":1891,"slug":1892,"type":15},"Security","security","2026-05-27T07:19:40.030241",{"slug":1895,"name":1895,"fn":1896,"description":1897,"org":1898,"tags":1899,"stars":1793,"repoUrl":1794,"updatedAt":1907},"redis-semantic-cache","implement semantic caching with Redis","Redis LangCache guidance for semantic caching of LLM responses on Redis Cloud — calling search\u002Fset via the SDK or REST API, tuning the similarity threshold, separating caches per task type, and filtering with custom attributes. Use when caching LLM completions or RAG answers to cut API cost and latency, building a cache-aside layer in front of OpenAI \u002F Anthropic \u002F etc., tuning hit rate vs precision, or splitting one app's LLM workloads into multiple LangCache caches.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1900,1901,1902,1905,1906],{"name":1784,"slug":1785,"type":15},{"name":1822,"slug":1823,"type":15},{"name":1903,"slug":1904,"type":15},"LLM","llm",{"name":9,"slug":8,"type":15},{"name":1871,"slug":1872,"type":15},"2026-05-27T07:19:43.897283",{"slug":1909,"name":1909,"fn":1910,"description":1911,"org":1912,"tags":1913,"stars":394,"repoUrl":1920,"updatedAt":1921},"agent-filesystem","manage persistent storage in Redis","Use when agents need persistent shared storage, when saving or restoring workspace state, or when coordinating file access across multiple agents and machines. Creates Redis-backed workspaces, checkpoints and restores agent state, mounts shared filesystems locally, searches workspace contents, and forks workspaces for parallel work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1914,1915,1918,1919],{"name":1781,"slug":1782,"type":15},{"name":1916,"slug":1917,"type":15},"File Storage","file-storage",{"name":1790,"slug":1791,"type":15},{"name":9,"slug":8,"type":15},"https:\u002F\u002Fgithub.com\u002Fredis\u002Fagent-filesystem","2026-04-10T04:51:05.904489",{"slug":1923,"name":1923,"fn":1924,"description":1925,"org":1926,"tags":1927,"stars":394,"repoUrl":1920,"updatedAt":1936},"codex-settings-sync","sync Codex settings across computers","Use when the user wants to migrate Codex state in ~\u002F.codex into Agent Filesystem and mount the same shared Codex memory\u002Fsettings across multiple computers. Recommends a .afsignore before migration and defaults to excluding worktrees, caches, logs, and temporary files.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1928,1931,1932,1935],{"name":1929,"slug":1930,"type":15},"Codex","codex",{"name":1790,"slug":1791,"type":15},{"name":1933,"slug":1934,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-04-10T04:51:07.268248",{"slug":1938,"name":1938,"fn":1939,"description":1940,"org":1941,"tags":1942,"stars":23,"repoUrl":24,"updatedAt":1949},"cloud-database-provisioning","provision Redis Cloud databases","Provision a Redis Cloud database end-to-end — Essentials (fixed plan) or Pro (custom) — using Redis Cloud MCP tools",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1943,1944,1945,1948],{"name":905,"slug":902,"type":15},{"name":20,"slug":21,"type":15},{"name":1946,"slug":1947,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-06-03T07:53:00.906753",{"slug":1951,"name":1951,"fn":1952,"description":1953,"org":1954,"tags":1955,"stars":23,"repoUrl":24,"updatedAt":1962},"compare-approaches","prototype Redis data model alternatives","Prototype and compare 2-3 Redis data model alternatives for the same workload",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1956,1957,1958,1961],{"name":1835,"slug":1836,"type":15},{"name":20,"slug":21,"type":15},{"name":1959,"slug":1960,"type":15},"Prototyping","prototyping",{"name":9,"slug":8,"type":15},"2026-05-27T07:19:55.591944",27,{"items":1965,"total":346},[1966,1973,1980,1993,2004,2015,2029],{"slug":1938,"name":1938,"fn":1939,"description":1940,"org":1967,"tags":1968,"stars":23,"repoUrl":24,"updatedAt":1949},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1969,1970,1971,1972],{"name":905,"slug":902,"type":15},{"name":20,"slug":21,"type":15},{"name":1946,"slug":1947,"type":15},{"name":9,"slug":8,"type":15},{"slug":1951,"name":1951,"fn":1952,"description":1953,"org":1974,"tags":1975,"stars":23,"repoUrl":24,"updatedAt":1962},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1976,1977,1978,1979],{"name":1835,"slug":1836,"type":15},{"name":20,"slug":21,"type":15},{"name":1959,"slug":1960,"type":15},{"name":9,"slug":8,"type":15},{"slug":1981,"name":1981,"fn":1982,"description":1983,"org":1984,"tags":1985,"stars":23,"repoUrl":24,"updatedAt":1992},"data-explorer","explore and profile Redis datasets","Profile and explore a Redis dataset - key types, sizes, TTLs, encodings, and sample values",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1986,1989,1990,1991],{"name":1987,"slug":1988,"type":15},"Data Analysis","data-analysis",{"name":20,"slug":21,"type":15},{"name":1853,"slug":1854,"type":15},{"name":9,"slug":8,"type":15},"2026-05-28T07:09:52.268662",{"slug":1994,"name":1994,"fn":1995,"description":1996,"org":1997,"tags":1998,"stars":23,"repoUrl":24,"updatedAt":2003},"data-modeling-advisor","design Redis data models","Recommend Redis data structures and patterns for a given workload before committing to an approach",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1999,2000,2001,2002],{"name":1803,"slug":1804,"type":15},{"name":1835,"slug":1836,"type":15},{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},"2026-05-28T07:09:51.028825",{"slug":2005,"name":2005,"fn":2006,"description":2007,"org":2008,"tags":2009,"stars":23,"repoUrl":24,"updatedAt":2014},"enterprise-health-check","perform Redis Enterprise cluster health checks","Comprehensive pre-operation health check for a Redis Enterprise cluster — verify cluster state, node health, license status, and active alerts before making changes",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2010,2011,2012,2013],{"name":20,"slug":21,"type":15},{"name":1853,"slug":1854,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-06-03T07:52:59.693017",{"slug":2016,"name":2016,"fn":2017,"description":2018,"org":2019,"tags":2020,"stars":23,"repoUrl":24,"updatedAt":2028},"index-ab-test","compare RediSearch index configurations","Create and compare multiple RediSearch index configurations to find the best one",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2021,2024,2025,2026,2027],{"name":2022,"slug":2023,"type":15},"A\u002FB Testing","a-b-testing",{"name":20,"slug":21,"type":15},{"name":1810,"slug":1811,"type":15},{"name":9,"slug":8,"type":15},{"name":1871,"slug":1872,"type":15},"2026-05-28T07:09:53.54884",{"slug":2030,"name":2030,"fn":2031,"description":2032,"org":2033,"tags":2034,"stars":23,"repoUrl":24,"updatedAt":2039},"index-advisor","recommend RediSearch index schemas","Analyze a Redis dataset and recommend an optimal RediSearch index schema",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2035,2036,2037,2038],{"name":1835,"slug":1836,"type":15},{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},{"name":1871,"slug":1872,"type":15},"2026-05-28T07:09:48.520606"]