[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-redis-redisctl-cloud-management":3,"mdc-eoc7de-key":40,"related-repo-redis-redisctl-cloud-management":1544,"related-org-redis-redisctl-cloud-management":1642},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":35,"sourceUrl":38,"mdContent":39},"redisctl-cloud-management","manage Redis Cloud infrastructure","Manage Redis Cloud subscriptions, databases, and resources via the redisctl CLI. Use when provisioning, updating, or monitoring Redis Cloud infrastructure.",{"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,25],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"Database","database",{"name":20,"slug":21,"type":15},"Deployment","deployment",{"name":23,"slug":24,"type":15},"Cloud","cloud",{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl","2026-05-28T07:09:54.803978",null,0,[32,8,33,34],"cli","redis-cloud","redis-enterprise",{"repoUrl":27,"stars":26,"forks":30,"topics":36,"description":37},[32,8,33,34],"Unified CLI for Redis Cloud and Enterprise management","https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl\u002Ftree\u002FHEAD\u002Fskills\u002Fredisctl-cloud-management","---\nname: redisctl-cloud-management\ndescription: Manage Redis Cloud subscriptions, databases, and resources via the redisctl CLI. Use when provisioning, updating, or monitoring Redis Cloud infrastructure.\n---\n\n## Overview\n\nManage the full lifecycle of Redis Cloud resources: subscriptions, databases, users, ACLs, and tasks.\n\n## Subscriptions\n\n```bash\n# List all subscriptions\nredisctl cloud subscription list\n\n# Get subscription details\nredisctl cloud subscription get 12345\n\n# Create a subscription (JSON input)\nredisctl cloud subscription create --data '{...}'\n\n# Update a subscription\nredisctl cloud subscription update 12345 --data '{...}'\n\n# Delete a subscription\nredisctl cloud subscription delete 12345\n```\n\n## Databases\n\n```bash\n# List databases (optionally filtered by subscription)\nredisctl cloud database list\nredisctl cloud database list --subscription 12345\n\n# Get database details (format: subscription_id:database_id)\nredisctl cloud database get 12345:67890\n\n# Create a database\nredisctl cloud database create --subscription 12345 --name mydb --memory 1\n\n# Update a database\nredisctl cloud database update 12345:67890 --memory 10\n\n# Delete a database\nredisctl cloud database delete 12345:67890\n\n# Backup a database\nredisctl cloud database backup 12345:67890\n```\n\n## Essentials \u002F Fixed Tier\n\nFor smaller, fixed-price databases:\n\n```bash\nredisctl cloud fixed-subscription list\nredisctl cloud fixed-database list 12345\nredisctl cloud fixed-database create 12345 --name mydb\n```\n\n## Task Tracking\n\nCloud operations are async. Track tasks:\n\n```bash\n# List recent tasks\nredisctl cloud task list\n\n# Get task status\nredisctl cloud task get \u003Ctask-id>\n\n# Wait for a task to complete\nredisctl cloud task wait \u003Ctask-id>\n```\n\n## Workflows\n\nMulti-step operations:\n\n```bash\n# Complete subscription setup with optional database\nredisctl cloud workflow subscription-setup\n```\n\n## Cost Reports\n\n```bash\n# Generate a cost report (FOCUS format)\nredisctl cloud cost-report generate --start 2026-01-01 --end 2026-01-31\n\n# Download a generated report\nredisctl cloud cost-report download \u003Creport-id>\n\n# Generate and download in one step\nredisctl cloud cost-report export --start 2026-01-01 --end 2026-01-31\n```\n\n## Account Management\n\n```bash\n# Get account details\nredisctl cloud account get\n\n# List\u002Fmanage users (no create — users are managed via the Redis Cloud console)\nredisctl cloud user list\nredisctl cloud user get \u003Cuser-id>\nredisctl cloud user update \u003Cuser-id> --data '{...}'\nredisctl cloud user delete \u003Cuser-id>\n\n# ACL management — granular subcommands\nredisctl cloud acl list-redis-rules\nredisctl cloud acl create-redis-rule --data '{...}'\nredisctl cloud acl list-roles\nredisctl cloud acl create-role --data '{...}'\nredisctl cloud acl list-acl-users\nredisctl cloud acl create-acl-user --data '{...}'\n```\n\n## Tips\n\n- Use `--profile \u003Cname>` to target a specific Cloud profile\n- Use `--output json` for machine-readable output\n- Most create\u002Fupdate commands accept `--data` with a JSON payload\n- Task IDs are returned from async operations — use `cloud task wait` to block until completion\n- Database IDs use the format `subscription_id:database_id` for most operations\n",{"data":41,"body":42},{"name":4,"description":6},{"type":43,"children":44},"root",[45,54,60,66,322,328,621,627,632,715,721,726,867,873,878,914,920,1079,1085,1463,1469,1538],{"type":46,"tag":47,"props":48,"children":50},"element","h2",{"id":49},"overview",[51],{"type":52,"value":53},"text","Overview",{"type":46,"tag":55,"props":56,"children":57},"p",{},[58],{"type":52,"value":59},"Manage the full lifecycle of Redis Cloud resources: subscriptions, databases, users, ACLs, and tasks.",{"type":46,"tag":47,"props":61,"children":63},{"id":62},"subscriptions",[64],{"type":52,"value":65},"Subscriptions",{"type":46,"tag":67,"props":68,"children":73},"pre",{"className":69,"code":70,"language":71,"meta":72,"style":72},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# List all subscriptions\nredisctl cloud subscription list\n\n# Get subscription details\nredisctl cloud subscription get 12345\n\n# Create a subscription (JSON input)\nredisctl cloud subscription create --data '{...}'\n\n# Update a subscription\nredisctl cloud subscription update 12345 --data '{...}'\n\n# Delete a subscription\nredisctl cloud subscription delete 12345\n","bash","",[74],{"type":46,"tag":75,"props":76,"children":77},"code",{"__ignoreMap":72},[78,90,116,126,135,162,170,179,221,229,238,280,288,297],{"type":46,"tag":79,"props":80,"children":83},"span",{"class":81,"line":82},"line",1,[84],{"type":46,"tag":79,"props":85,"children":87},{"style":86},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[88],{"type":52,"value":89},"# List all subscriptions\n",{"type":46,"tag":79,"props":91,"children":93},{"class":81,"line":92},2,[94,100,106,111],{"type":46,"tag":79,"props":95,"children":97},{"style":96},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[98],{"type":52,"value":99},"redisctl",{"type":46,"tag":79,"props":101,"children":103},{"style":102},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[104],{"type":52,"value":105}," cloud",{"type":46,"tag":79,"props":107,"children":108},{"style":102},[109],{"type":52,"value":110}," subscription",{"type":46,"tag":79,"props":112,"children":113},{"style":102},[114],{"type":52,"value":115}," list\n",{"type":46,"tag":79,"props":117,"children":119},{"class":81,"line":118},3,[120],{"type":46,"tag":79,"props":121,"children":123},{"emptyLinePlaceholder":122},true,[124],{"type":52,"value":125},"\n",{"type":46,"tag":79,"props":127,"children":129},{"class":81,"line":128},4,[130],{"type":46,"tag":79,"props":131,"children":132},{"style":86},[133],{"type":52,"value":134},"# Get subscription details\n",{"type":46,"tag":79,"props":136,"children":138},{"class":81,"line":137},5,[139,143,147,151,156],{"type":46,"tag":79,"props":140,"children":141},{"style":96},[142],{"type":52,"value":99},{"type":46,"tag":79,"props":144,"children":145},{"style":102},[146],{"type":52,"value":105},{"type":46,"tag":79,"props":148,"children":149},{"style":102},[150],{"type":52,"value":110},{"type":46,"tag":79,"props":152,"children":153},{"style":102},[154],{"type":52,"value":155}," get",{"type":46,"tag":79,"props":157,"children":159},{"style":158},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[160],{"type":52,"value":161}," 12345\n",{"type":46,"tag":79,"props":163,"children":165},{"class":81,"line":164},6,[166],{"type":46,"tag":79,"props":167,"children":168},{"emptyLinePlaceholder":122},[169],{"type":52,"value":125},{"type":46,"tag":79,"props":171,"children":173},{"class":81,"line":172},7,[174],{"type":46,"tag":79,"props":175,"children":176},{"style":86},[177],{"type":52,"value":178},"# Create a subscription (JSON input)\n",{"type":46,"tag":79,"props":180,"children":182},{"class":81,"line":181},8,[183,187,191,195,200,205,211,216],{"type":46,"tag":79,"props":184,"children":185},{"style":96},[186],{"type":52,"value":99},{"type":46,"tag":79,"props":188,"children":189},{"style":102},[190],{"type":52,"value":105},{"type":46,"tag":79,"props":192,"children":193},{"style":102},[194],{"type":52,"value":110},{"type":46,"tag":79,"props":196,"children":197},{"style":102},[198],{"type":52,"value":199}," create",{"type":46,"tag":79,"props":201,"children":202},{"style":102},[203],{"type":52,"value":204}," --data",{"type":46,"tag":79,"props":206,"children":208},{"style":207},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[209],{"type":52,"value":210}," '",{"type":46,"tag":79,"props":212,"children":213},{"style":102},[214],{"type":52,"value":215},"{...}",{"type":46,"tag":79,"props":217,"children":218},{"style":207},[219],{"type":52,"value":220},"'\n",{"type":46,"tag":79,"props":222,"children":224},{"class":81,"line":223},9,[225],{"type":46,"tag":79,"props":226,"children":227},{"emptyLinePlaceholder":122},[228],{"type":52,"value":125},{"type":46,"tag":79,"props":230,"children":232},{"class":81,"line":231},10,[233],{"type":46,"tag":79,"props":234,"children":235},{"style":86},[236],{"type":52,"value":237},"# Update a subscription\n",{"type":46,"tag":79,"props":239,"children":241},{"class":81,"line":240},11,[242,246,250,254,259,264,268,272,276],{"type":46,"tag":79,"props":243,"children":244},{"style":96},[245],{"type":52,"value":99},{"type":46,"tag":79,"props":247,"children":248},{"style":102},[249],{"type":52,"value":105},{"type":46,"tag":79,"props":251,"children":252},{"style":102},[253],{"type":52,"value":110},{"type":46,"tag":79,"props":255,"children":256},{"style":102},[257],{"type":52,"value":258}," update",{"type":46,"tag":79,"props":260,"children":261},{"style":158},[262],{"type":52,"value":263}," 12345",{"type":46,"tag":79,"props":265,"children":266},{"style":102},[267],{"type":52,"value":204},{"type":46,"tag":79,"props":269,"children":270},{"style":207},[271],{"type":52,"value":210},{"type":46,"tag":79,"props":273,"children":274},{"style":102},[275],{"type":52,"value":215},{"type":46,"tag":79,"props":277,"children":278},{"style":207},[279],{"type":52,"value":220},{"type":46,"tag":79,"props":281,"children":283},{"class":81,"line":282},12,[284],{"type":46,"tag":79,"props":285,"children":286},{"emptyLinePlaceholder":122},[287],{"type":52,"value":125},{"type":46,"tag":79,"props":289,"children":291},{"class":81,"line":290},13,[292],{"type":46,"tag":79,"props":293,"children":294},{"style":86},[295],{"type":52,"value":296},"# Delete a subscription\n",{"type":46,"tag":79,"props":298,"children":300},{"class":81,"line":299},14,[301,305,309,313,318],{"type":46,"tag":79,"props":302,"children":303},{"style":96},[304],{"type":52,"value":99},{"type":46,"tag":79,"props":306,"children":307},{"style":102},[308],{"type":52,"value":105},{"type":46,"tag":79,"props":310,"children":311},{"style":102},[312],{"type":52,"value":110},{"type":46,"tag":79,"props":314,"children":315},{"style":102},[316],{"type":52,"value":317}," delete",{"type":46,"tag":79,"props":319,"children":320},{"style":158},[321],{"type":52,"value":161},{"type":46,"tag":47,"props":323,"children":325},{"id":324},"databases",[326],{"type":52,"value":327},"Databases",{"type":46,"tag":67,"props":329,"children":331},{"className":69,"code":330,"language":71,"meta":72,"style":72},"# List databases (optionally filtered by subscription)\nredisctl cloud database list\nredisctl cloud database list --subscription 12345\n\n# Get database details (format: subscription_id:database_id)\nredisctl cloud database get 12345:67890\n\n# Create a database\nredisctl cloud database create --subscription 12345 --name mydb --memory 1\n\n# Update a database\nredisctl cloud database update 12345:67890 --memory 10\n\n# Delete a database\nredisctl cloud database delete 12345:67890\n\n# Backup a database\nredisctl cloud database backup 12345:67890\n",[332],{"type":46,"tag":75,"props":333,"children":334},{"__ignoreMap":72},[335,343,363,392,399,407,431,438,446,493,500,508,541,548,556,579,587,596],{"type":46,"tag":79,"props":336,"children":337},{"class":81,"line":82},[338],{"type":46,"tag":79,"props":339,"children":340},{"style":86},[341],{"type":52,"value":342},"# List databases (optionally filtered by subscription)\n",{"type":46,"tag":79,"props":344,"children":345},{"class":81,"line":92},[346,350,354,359],{"type":46,"tag":79,"props":347,"children":348},{"style":96},[349],{"type":52,"value":99},{"type":46,"tag":79,"props":351,"children":352},{"style":102},[353],{"type":52,"value":105},{"type":46,"tag":79,"props":355,"children":356},{"style":102},[357],{"type":52,"value":358}," database",{"type":46,"tag":79,"props":360,"children":361},{"style":102},[362],{"type":52,"value":115},{"type":46,"tag":79,"props":364,"children":365},{"class":81,"line":118},[366,370,374,378,383,388],{"type":46,"tag":79,"props":367,"children":368},{"style":96},[369],{"type":52,"value":99},{"type":46,"tag":79,"props":371,"children":372},{"style":102},[373],{"type":52,"value":105},{"type":46,"tag":79,"props":375,"children":376},{"style":102},[377],{"type":52,"value":358},{"type":46,"tag":79,"props":379,"children":380},{"style":102},[381],{"type":52,"value":382}," list",{"type":46,"tag":79,"props":384,"children":385},{"style":102},[386],{"type":52,"value":387}," --subscription",{"type":46,"tag":79,"props":389,"children":390},{"style":158},[391],{"type":52,"value":161},{"type":46,"tag":79,"props":393,"children":394},{"class":81,"line":128},[395],{"type":46,"tag":79,"props":396,"children":397},{"emptyLinePlaceholder":122},[398],{"type":52,"value":125},{"type":46,"tag":79,"props":400,"children":401},{"class":81,"line":137},[402],{"type":46,"tag":79,"props":403,"children":404},{"style":86},[405],{"type":52,"value":406},"# Get database details (format: subscription_id:database_id)\n",{"type":46,"tag":79,"props":408,"children":409},{"class":81,"line":164},[410,414,418,422,426],{"type":46,"tag":79,"props":411,"children":412},{"style":96},[413],{"type":52,"value":99},{"type":46,"tag":79,"props":415,"children":416},{"style":102},[417],{"type":52,"value":105},{"type":46,"tag":79,"props":419,"children":420},{"style":102},[421],{"type":52,"value":358},{"type":46,"tag":79,"props":423,"children":424},{"style":102},[425],{"type":52,"value":155},{"type":46,"tag":79,"props":427,"children":428},{"style":102},[429],{"type":52,"value":430}," 12345:67890\n",{"type":46,"tag":79,"props":432,"children":433},{"class":81,"line":172},[434],{"type":46,"tag":79,"props":435,"children":436},{"emptyLinePlaceholder":122},[437],{"type":52,"value":125},{"type":46,"tag":79,"props":439,"children":440},{"class":81,"line":181},[441],{"type":46,"tag":79,"props":442,"children":443},{"style":86},[444],{"type":52,"value":445},"# Create a database\n",{"type":46,"tag":79,"props":447,"children":448},{"class":81,"line":223},[449,453,457,461,465,469,473,478,483,488],{"type":46,"tag":79,"props":450,"children":451},{"style":96},[452],{"type":52,"value":99},{"type":46,"tag":79,"props":454,"children":455},{"style":102},[456],{"type":52,"value":105},{"type":46,"tag":79,"props":458,"children":459},{"style":102},[460],{"type":52,"value":358},{"type":46,"tag":79,"props":462,"children":463},{"style":102},[464],{"type":52,"value":199},{"type":46,"tag":79,"props":466,"children":467},{"style":102},[468],{"type":52,"value":387},{"type":46,"tag":79,"props":470,"children":471},{"style":158},[472],{"type":52,"value":263},{"type":46,"tag":79,"props":474,"children":475},{"style":102},[476],{"type":52,"value":477}," --name",{"type":46,"tag":79,"props":479,"children":480},{"style":102},[481],{"type":52,"value":482}," mydb",{"type":46,"tag":79,"props":484,"children":485},{"style":102},[486],{"type":52,"value":487}," --memory",{"type":46,"tag":79,"props":489,"children":490},{"style":158},[491],{"type":52,"value":492}," 1\n",{"type":46,"tag":79,"props":494,"children":495},{"class":81,"line":231},[496],{"type":46,"tag":79,"props":497,"children":498},{"emptyLinePlaceholder":122},[499],{"type":52,"value":125},{"type":46,"tag":79,"props":501,"children":502},{"class":81,"line":240},[503],{"type":46,"tag":79,"props":504,"children":505},{"style":86},[506],{"type":52,"value":507},"# Update a database\n",{"type":46,"tag":79,"props":509,"children":510},{"class":81,"line":282},[511,515,519,523,527,532,536],{"type":46,"tag":79,"props":512,"children":513},{"style":96},[514],{"type":52,"value":99},{"type":46,"tag":79,"props":516,"children":517},{"style":102},[518],{"type":52,"value":105},{"type":46,"tag":79,"props":520,"children":521},{"style":102},[522],{"type":52,"value":358},{"type":46,"tag":79,"props":524,"children":525},{"style":102},[526],{"type":52,"value":258},{"type":46,"tag":79,"props":528,"children":529},{"style":102},[530],{"type":52,"value":531}," 12345:67890",{"type":46,"tag":79,"props":533,"children":534},{"style":102},[535],{"type":52,"value":487},{"type":46,"tag":79,"props":537,"children":538},{"style":158},[539],{"type":52,"value":540}," 10\n",{"type":46,"tag":79,"props":542,"children":543},{"class":81,"line":290},[544],{"type":46,"tag":79,"props":545,"children":546},{"emptyLinePlaceholder":122},[547],{"type":52,"value":125},{"type":46,"tag":79,"props":549,"children":550},{"class":81,"line":299},[551],{"type":46,"tag":79,"props":552,"children":553},{"style":86},[554],{"type":52,"value":555},"# Delete a database\n",{"type":46,"tag":79,"props":557,"children":558},{"class":81,"line":26},[559,563,567,571,575],{"type":46,"tag":79,"props":560,"children":561},{"style":96},[562],{"type":52,"value":99},{"type":46,"tag":79,"props":564,"children":565},{"style":102},[566],{"type":52,"value":105},{"type":46,"tag":79,"props":568,"children":569},{"style":102},[570],{"type":52,"value":358},{"type":46,"tag":79,"props":572,"children":573},{"style":102},[574],{"type":52,"value":317},{"type":46,"tag":79,"props":576,"children":577},{"style":102},[578],{"type":52,"value":430},{"type":46,"tag":79,"props":580,"children":582},{"class":81,"line":581},16,[583],{"type":46,"tag":79,"props":584,"children":585},{"emptyLinePlaceholder":122},[586],{"type":52,"value":125},{"type":46,"tag":79,"props":588,"children":590},{"class":81,"line":589},17,[591],{"type":46,"tag":79,"props":592,"children":593},{"style":86},[594],{"type":52,"value":595},"# Backup a database\n",{"type":46,"tag":79,"props":597,"children":599},{"class":81,"line":598},18,[600,604,608,612,617],{"type":46,"tag":79,"props":601,"children":602},{"style":96},[603],{"type":52,"value":99},{"type":46,"tag":79,"props":605,"children":606},{"style":102},[607],{"type":52,"value":105},{"type":46,"tag":79,"props":609,"children":610},{"style":102},[611],{"type":52,"value":358},{"type":46,"tag":79,"props":613,"children":614},{"style":102},[615],{"type":52,"value":616}," backup",{"type":46,"tag":79,"props":618,"children":619},{"style":102},[620],{"type":52,"value":430},{"type":46,"tag":47,"props":622,"children":624},{"id":623},"essentials-fixed-tier",[625],{"type":52,"value":626},"Essentials \u002F Fixed Tier",{"type":46,"tag":55,"props":628,"children":629},{},[630],{"type":52,"value":631},"For smaller, fixed-price databases:",{"type":46,"tag":67,"props":633,"children":635},{"className":69,"code":634,"language":71,"meta":72,"style":72},"redisctl cloud fixed-subscription list\nredisctl cloud fixed-database list 12345\nredisctl cloud fixed-database create 12345 --name mydb\n",[636],{"type":46,"tag":75,"props":637,"children":638},{"__ignoreMap":72},[639,659,683],{"type":46,"tag":79,"props":640,"children":641},{"class":81,"line":82},[642,646,650,655],{"type":46,"tag":79,"props":643,"children":644},{"style":96},[645],{"type":52,"value":99},{"type":46,"tag":79,"props":647,"children":648},{"style":102},[649],{"type":52,"value":105},{"type":46,"tag":79,"props":651,"children":652},{"style":102},[653],{"type":52,"value":654}," fixed-subscription",{"type":46,"tag":79,"props":656,"children":657},{"style":102},[658],{"type":52,"value":115},{"type":46,"tag":79,"props":660,"children":661},{"class":81,"line":92},[662,666,670,675,679],{"type":46,"tag":79,"props":663,"children":664},{"style":96},[665],{"type":52,"value":99},{"type":46,"tag":79,"props":667,"children":668},{"style":102},[669],{"type":52,"value":105},{"type":46,"tag":79,"props":671,"children":672},{"style":102},[673],{"type":52,"value":674}," fixed-database",{"type":46,"tag":79,"props":676,"children":677},{"style":102},[678],{"type":52,"value":382},{"type":46,"tag":79,"props":680,"children":681},{"style":158},[682],{"type":52,"value":161},{"type":46,"tag":79,"props":684,"children":685},{"class":81,"line":118},[686,690,694,698,702,706,710],{"type":46,"tag":79,"props":687,"children":688},{"style":96},[689],{"type":52,"value":99},{"type":46,"tag":79,"props":691,"children":692},{"style":102},[693],{"type":52,"value":105},{"type":46,"tag":79,"props":695,"children":696},{"style":102},[697],{"type":52,"value":674},{"type":46,"tag":79,"props":699,"children":700},{"style":102},[701],{"type":52,"value":199},{"type":46,"tag":79,"props":703,"children":704},{"style":158},[705],{"type":52,"value":263},{"type":46,"tag":79,"props":707,"children":708},{"style":102},[709],{"type":52,"value":477},{"type":46,"tag":79,"props":711,"children":712},{"style":102},[713],{"type":52,"value":714}," mydb\n",{"type":46,"tag":47,"props":716,"children":718},{"id":717},"task-tracking",[719],{"type":52,"value":720},"Task Tracking",{"type":46,"tag":55,"props":722,"children":723},{},[724],{"type":52,"value":725},"Cloud operations are async. Track tasks:",{"type":46,"tag":67,"props":727,"children":729},{"className":69,"code":728,"language":71,"meta":72,"style":72},"# List recent tasks\nredisctl cloud task list\n\n# Get task status\nredisctl cloud task get \u003Ctask-id>\n\n# Wait for a task to complete\nredisctl cloud task wait \u003Ctask-id>\n",[730],{"type":46,"tag":75,"props":731,"children":732},{"__ignoreMap":72},[733,741,761,768,776,816,823,831],{"type":46,"tag":79,"props":734,"children":735},{"class":81,"line":82},[736],{"type":46,"tag":79,"props":737,"children":738},{"style":86},[739],{"type":52,"value":740},"# List recent tasks\n",{"type":46,"tag":79,"props":742,"children":743},{"class":81,"line":92},[744,748,752,757],{"type":46,"tag":79,"props":745,"children":746},{"style":96},[747],{"type":52,"value":99},{"type":46,"tag":79,"props":749,"children":750},{"style":102},[751],{"type":52,"value":105},{"type":46,"tag":79,"props":753,"children":754},{"style":102},[755],{"type":52,"value":756}," task",{"type":46,"tag":79,"props":758,"children":759},{"style":102},[760],{"type":52,"value":115},{"type":46,"tag":79,"props":762,"children":763},{"class":81,"line":118},[764],{"type":46,"tag":79,"props":765,"children":766},{"emptyLinePlaceholder":122},[767],{"type":52,"value":125},{"type":46,"tag":79,"props":769,"children":770},{"class":81,"line":128},[771],{"type":46,"tag":79,"props":772,"children":773},{"style":86},[774],{"type":52,"value":775},"# Get task status\n",{"type":46,"tag":79,"props":777,"children":778},{"class":81,"line":137},[779,783,787,791,795,800,805,811],{"type":46,"tag":79,"props":780,"children":781},{"style":96},[782],{"type":52,"value":99},{"type":46,"tag":79,"props":784,"children":785},{"style":102},[786],{"type":52,"value":105},{"type":46,"tag":79,"props":788,"children":789},{"style":102},[790],{"type":52,"value":756},{"type":46,"tag":79,"props":792,"children":793},{"style":102},[794],{"type":52,"value":155},{"type":46,"tag":79,"props":796,"children":797},{"style":207},[798],{"type":52,"value":799}," \u003C",{"type":46,"tag":79,"props":801,"children":802},{"style":102},[803],{"type":52,"value":804},"task-i",{"type":46,"tag":79,"props":806,"children":808},{"style":807},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[809],{"type":52,"value":810},"d",{"type":46,"tag":79,"props":812,"children":813},{"style":207},[814],{"type":52,"value":815},">\n",{"type":46,"tag":79,"props":817,"children":818},{"class":81,"line":164},[819],{"type":46,"tag":79,"props":820,"children":821},{"emptyLinePlaceholder":122},[822],{"type":52,"value":125},{"type":46,"tag":79,"props":824,"children":825},{"class":81,"line":172},[826],{"type":46,"tag":79,"props":827,"children":828},{"style":86},[829],{"type":52,"value":830},"# Wait for a task to complete\n",{"type":46,"tag":79,"props":832,"children":833},{"class":81,"line":181},[834,838,842,846,851,855,859,863],{"type":46,"tag":79,"props":835,"children":836},{"style":96},[837],{"type":52,"value":99},{"type":46,"tag":79,"props":839,"children":840},{"style":102},[841],{"type":52,"value":105},{"type":46,"tag":79,"props":843,"children":844},{"style":102},[845],{"type":52,"value":756},{"type":46,"tag":79,"props":847,"children":848},{"style":102},[849],{"type":52,"value":850}," wait",{"type":46,"tag":79,"props":852,"children":853},{"style":207},[854],{"type":52,"value":799},{"type":46,"tag":79,"props":856,"children":857},{"style":102},[858],{"type":52,"value":804},{"type":46,"tag":79,"props":860,"children":861},{"style":807},[862],{"type":52,"value":810},{"type":46,"tag":79,"props":864,"children":865},{"style":207},[866],{"type":52,"value":815},{"type":46,"tag":47,"props":868,"children":870},{"id":869},"workflows",[871],{"type":52,"value":872},"Workflows",{"type":46,"tag":55,"props":874,"children":875},{},[876],{"type":52,"value":877},"Multi-step operations:",{"type":46,"tag":67,"props":879,"children":881},{"className":69,"code":880,"language":71,"meta":72,"style":72},"# Complete subscription setup with optional database\nredisctl cloud workflow subscription-setup\n",[882],{"type":46,"tag":75,"props":883,"children":884},{"__ignoreMap":72},[885,893],{"type":46,"tag":79,"props":886,"children":887},{"class":81,"line":82},[888],{"type":46,"tag":79,"props":889,"children":890},{"style":86},[891],{"type":52,"value":892},"# Complete subscription setup with optional database\n",{"type":46,"tag":79,"props":894,"children":895},{"class":81,"line":92},[896,900,904,909],{"type":46,"tag":79,"props":897,"children":898},{"style":96},[899],{"type":52,"value":99},{"type":46,"tag":79,"props":901,"children":902},{"style":102},[903],{"type":52,"value":105},{"type":46,"tag":79,"props":905,"children":906},{"style":102},[907],{"type":52,"value":908}," workflow",{"type":46,"tag":79,"props":910,"children":911},{"style":102},[912],{"type":52,"value":913}," subscription-setup\n",{"type":46,"tag":47,"props":915,"children":917},{"id":916},"cost-reports",[918],{"type":52,"value":919},"Cost Reports",{"type":46,"tag":67,"props":921,"children":923},{"className":69,"code":922,"language":71,"meta":72,"style":72},"# Generate a cost report (FOCUS format)\nredisctl cloud cost-report generate --start 2026-01-01 --end 2026-01-31\n\n# Download a generated report\nredisctl cloud cost-report download \u003Creport-id>\n\n# Generate and download in one step\nredisctl cloud cost-report export --start 2026-01-01 --end 2026-01-31\n",[924],{"type":46,"tag":75,"props":925,"children":926},{"__ignoreMap":72},[927,935,976,983,991,1028,1035,1043],{"type":46,"tag":79,"props":928,"children":929},{"class":81,"line":82},[930],{"type":46,"tag":79,"props":931,"children":932},{"style":86},[933],{"type":52,"value":934},"# Generate a cost report (FOCUS format)\n",{"type":46,"tag":79,"props":936,"children":937},{"class":81,"line":92},[938,942,946,951,956,961,966,971],{"type":46,"tag":79,"props":939,"children":940},{"style":96},[941],{"type":52,"value":99},{"type":46,"tag":79,"props":943,"children":944},{"style":102},[945],{"type":52,"value":105},{"type":46,"tag":79,"props":947,"children":948},{"style":102},[949],{"type":52,"value":950}," cost-report",{"type":46,"tag":79,"props":952,"children":953},{"style":102},[954],{"type":52,"value":955}," generate",{"type":46,"tag":79,"props":957,"children":958},{"style":102},[959],{"type":52,"value":960}," --start",{"type":46,"tag":79,"props":962,"children":963},{"style":102},[964],{"type":52,"value":965}," 2026-01-01",{"type":46,"tag":79,"props":967,"children":968},{"style":102},[969],{"type":52,"value":970}," --end",{"type":46,"tag":79,"props":972,"children":973},{"style":102},[974],{"type":52,"value":975}," 2026-01-31\n",{"type":46,"tag":79,"props":977,"children":978},{"class":81,"line":118},[979],{"type":46,"tag":79,"props":980,"children":981},{"emptyLinePlaceholder":122},[982],{"type":52,"value":125},{"type":46,"tag":79,"props":984,"children":985},{"class":81,"line":128},[986],{"type":46,"tag":79,"props":987,"children":988},{"style":86},[989],{"type":52,"value":990},"# Download a generated report\n",{"type":46,"tag":79,"props":992,"children":993},{"class":81,"line":137},[994,998,1002,1006,1011,1015,1020,1024],{"type":46,"tag":79,"props":995,"children":996},{"style":96},[997],{"type":52,"value":99},{"type":46,"tag":79,"props":999,"children":1000},{"style":102},[1001],{"type":52,"value":105},{"type":46,"tag":79,"props":1003,"children":1004},{"style":102},[1005],{"type":52,"value":950},{"type":46,"tag":79,"props":1007,"children":1008},{"style":102},[1009],{"type":52,"value":1010}," download",{"type":46,"tag":79,"props":1012,"children":1013},{"style":207},[1014],{"type":52,"value":799},{"type":46,"tag":79,"props":1016,"children":1017},{"style":102},[1018],{"type":52,"value":1019},"report-i",{"type":46,"tag":79,"props":1021,"children":1022},{"style":807},[1023],{"type":52,"value":810},{"type":46,"tag":79,"props":1025,"children":1026},{"style":207},[1027],{"type":52,"value":815},{"type":46,"tag":79,"props":1029,"children":1030},{"class":81,"line":164},[1031],{"type":46,"tag":79,"props":1032,"children":1033},{"emptyLinePlaceholder":122},[1034],{"type":52,"value":125},{"type":46,"tag":79,"props":1036,"children":1037},{"class":81,"line":172},[1038],{"type":46,"tag":79,"props":1039,"children":1040},{"style":86},[1041],{"type":52,"value":1042},"# Generate and download in one step\n",{"type":46,"tag":79,"props":1044,"children":1045},{"class":81,"line":181},[1046,1050,1054,1058,1063,1067,1071,1075],{"type":46,"tag":79,"props":1047,"children":1048},{"style":96},[1049],{"type":52,"value":99},{"type":46,"tag":79,"props":1051,"children":1052},{"style":102},[1053],{"type":52,"value":105},{"type":46,"tag":79,"props":1055,"children":1056},{"style":102},[1057],{"type":52,"value":950},{"type":46,"tag":79,"props":1059,"children":1060},{"style":102},[1061],{"type":52,"value":1062}," export",{"type":46,"tag":79,"props":1064,"children":1065},{"style":102},[1066],{"type":52,"value":960},{"type":46,"tag":79,"props":1068,"children":1069},{"style":102},[1070],{"type":52,"value":965},{"type":46,"tag":79,"props":1072,"children":1073},{"style":102},[1074],{"type":52,"value":970},{"type":46,"tag":79,"props":1076,"children":1077},{"style":102},[1078],{"type":52,"value":975},{"type":46,"tag":47,"props":1080,"children":1082},{"id":1081},"account-management",[1083],{"type":52,"value":1084},"Account Management",{"type":46,"tag":67,"props":1086,"children":1088},{"className":69,"code":1087,"language":71,"meta":72,"style":72},"# Get account details\nredisctl cloud account get\n\n# List\u002Fmanage users (no create — users are managed via the Redis Cloud console)\nredisctl cloud user list\nredisctl cloud user get \u003Cuser-id>\nredisctl cloud user update \u003Cuser-id> --data '{...}'\nredisctl cloud user delete \u003Cuser-id>\n\n# ACL management — granular subcommands\nredisctl cloud acl list-redis-rules\nredisctl cloud acl create-redis-rule --data '{...}'\nredisctl cloud acl list-roles\nredisctl cloud acl create-role --data '{...}'\nredisctl cloud acl list-acl-users\nredisctl cloud acl create-acl-user --data '{...}'\n",[1089],{"type":46,"tag":75,"props":1090,"children":1091},{"__ignoreMap":72},[1092,1100,1121,1128,1136,1156,1192,1244,1279,1286,1294,1315,1351,1371,1407,1427],{"type":46,"tag":79,"props":1093,"children":1094},{"class":81,"line":82},[1095],{"type":46,"tag":79,"props":1096,"children":1097},{"style":86},[1098],{"type":52,"value":1099},"# Get account details\n",{"type":46,"tag":79,"props":1101,"children":1102},{"class":81,"line":92},[1103,1107,1111,1116],{"type":46,"tag":79,"props":1104,"children":1105},{"style":96},[1106],{"type":52,"value":99},{"type":46,"tag":79,"props":1108,"children":1109},{"style":102},[1110],{"type":52,"value":105},{"type":46,"tag":79,"props":1112,"children":1113},{"style":102},[1114],{"type":52,"value":1115}," account",{"type":46,"tag":79,"props":1117,"children":1118},{"style":102},[1119],{"type":52,"value":1120}," get\n",{"type":46,"tag":79,"props":1122,"children":1123},{"class":81,"line":118},[1124],{"type":46,"tag":79,"props":1125,"children":1126},{"emptyLinePlaceholder":122},[1127],{"type":52,"value":125},{"type":46,"tag":79,"props":1129,"children":1130},{"class":81,"line":128},[1131],{"type":46,"tag":79,"props":1132,"children":1133},{"style":86},[1134],{"type":52,"value":1135},"# List\u002Fmanage users (no create — users are managed via the Redis Cloud console)\n",{"type":46,"tag":79,"props":1137,"children":1138},{"class":81,"line":137},[1139,1143,1147,1152],{"type":46,"tag":79,"props":1140,"children":1141},{"style":96},[1142],{"type":52,"value":99},{"type":46,"tag":79,"props":1144,"children":1145},{"style":102},[1146],{"type":52,"value":105},{"type":46,"tag":79,"props":1148,"children":1149},{"style":102},[1150],{"type":52,"value":1151}," user",{"type":46,"tag":79,"props":1153,"children":1154},{"style":102},[1155],{"type":52,"value":115},{"type":46,"tag":79,"props":1157,"children":1158},{"class":81,"line":164},[1159,1163,1167,1171,1175,1179,1184,1188],{"type":46,"tag":79,"props":1160,"children":1161},{"style":96},[1162],{"type":52,"value":99},{"type":46,"tag":79,"props":1164,"children":1165},{"style":102},[1166],{"type":52,"value":105},{"type":46,"tag":79,"props":1168,"children":1169},{"style":102},[1170],{"type":52,"value":1151},{"type":46,"tag":79,"props":1172,"children":1173},{"style":102},[1174],{"type":52,"value":155},{"type":46,"tag":79,"props":1176,"children":1177},{"style":207},[1178],{"type":52,"value":799},{"type":46,"tag":79,"props":1180,"children":1181},{"style":102},[1182],{"type":52,"value":1183},"user-i",{"type":46,"tag":79,"props":1185,"children":1186},{"style":807},[1187],{"type":52,"value":810},{"type":46,"tag":79,"props":1189,"children":1190},{"style":207},[1191],{"type":52,"value":815},{"type":46,"tag":79,"props":1193,"children":1194},{"class":81,"line":172},[1195,1199,1203,1207,1211,1215,1219,1223,1228,1232,1236,1240],{"type":46,"tag":79,"props":1196,"children":1197},{"style":96},[1198],{"type":52,"value":99},{"type":46,"tag":79,"props":1200,"children":1201},{"style":102},[1202],{"type":52,"value":105},{"type":46,"tag":79,"props":1204,"children":1205},{"style":102},[1206],{"type":52,"value":1151},{"type":46,"tag":79,"props":1208,"children":1209},{"style":102},[1210],{"type":52,"value":258},{"type":46,"tag":79,"props":1212,"children":1213},{"style":207},[1214],{"type":52,"value":799},{"type":46,"tag":79,"props":1216,"children":1217},{"style":102},[1218],{"type":52,"value":1183},{"type":46,"tag":79,"props":1220,"children":1221},{"style":807},[1222],{"type":52,"value":810},{"type":46,"tag":79,"props":1224,"children":1225},{"style":207},[1226],{"type":52,"value":1227},">",{"type":46,"tag":79,"props":1229,"children":1230},{"style":102},[1231],{"type":52,"value":204},{"type":46,"tag":79,"props":1233,"children":1234},{"style":207},[1235],{"type":52,"value":210},{"type":46,"tag":79,"props":1237,"children":1238},{"style":102},[1239],{"type":52,"value":215},{"type":46,"tag":79,"props":1241,"children":1242},{"style":207},[1243],{"type":52,"value":220},{"type":46,"tag":79,"props":1245,"children":1246},{"class":81,"line":181},[1247,1251,1255,1259,1263,1267,1271,1275],{"type":46,"tag":79,"props":1248,"children":1249},{"style":96},[1250],{"type":52,"value":99},{"type":46,"tag":79,"props":1252,"children":1253},{"style":102},[1254],{"type":52,"value":105},{"type":46,"tag":79,"props":1256,"children":1257},{"style":102},[1258],{"type":52,"value":1151},{"type":46,"tag":79,"props":1260,"children":1261},{"style":102},[1262],{"type":52,"value":317},{"type":46,"tag":79,"props":1264,"children":1265},{"style":207},[1266],{"type":52,"value":799},{"type":46,"tag":79,"props":1268,"children":1269},{"style":102},[1270],{"type":52,"value":1183},{"type":46,"tag":79,"props":1272,"children":1273},{"style":807},[1274],{"type":52,"value":810},{"type":46,"tag":79,"props":1276,"children":1277},{"style":207},[1278],{"type":52,"value":815},{"type":46,"tag":79,"props":1280,"children":1281},{"class":81,"line":223},[1282],{"type":46,"tag":79,"props":1283,"children":1284},{"emptyLinePlaceholder":122},[1285],{"type":52,"value":125},{"type":46,"tag":79,"props":1287,"children":1288},{"class":81,"line":231},[1289],{"type":46,"tag":79,"props":1290,"children":1291},{"style":86},[1292],{"type":52,"value":1293},"# ACL management — granular subcommands\n",{"type":46,"tag":79,"props":1295,"children":1296},{"class":81,"line":240},[1297,1301,1305,1310],{"type":46,"tag":79,"props":1298,"children":1299},{"style":96},[1300],{"type":52,"value":99},{"type":46,"tag":79,"props":1302,"children":1303},{"style":102},[1304],{"type":52,"value":105},{"type":46,"tag":79,"props":1306,"children":1307},{"style":102},[1308],{"type":52,"value":1309}," acl",{"type":46,"tag":79,"props":1311,"children":1312},{"style":102},[1313],{"type":52,"value":1314}," list-redis-rules\n",{"type":46,"tag":79,"props":1316,"children":1317},{"class":81,"line":282},[1318,1322,1326,1330,1335,1339,1343,1347],{"type":46,"tag":79,"props":1319,"children":1320},{"style":96},[1321],{"type":52,"value":99},{"type":46,"tag":79,"props":1323,"children":1324},{"style":102},[1325],{"type":52,"value":105},{"type":46,"tag":79,"props":1327,"children":1328},{"style":102},[1329],{"type":52,"value":1309},{"type":46,"tag":79,"props":1331,"children":1332},{"style":102},[1333],{"type":52,"value":1334}," create-redis-rule",{"type":46,"tag":79,"props":1336,"children":1337},{"style":102},[1338],{"type":52,"value":204},{"type":46,"tag":79,"props":1340,"children":1341},{"style":207},[1342],{"type":52,"value":210},{"type":46,"tag":79,"props":1344,"children":1345},{"style":102},[1346],{"type":52,"value":215},{"type":46,"tag":79,"props":1348,"children":1349},{"style":207},[1350],{"type":52,"value":220},{"type":46,"tag":79,"props":1352,"children":1353},{"class":81,"line":290},[1354,1358,1362,1366],{"type":46,"tag":79,"props":1355,"children":1356},{"style":96},[1357],{"type":52,"value":99},{"type":46,"tag":79,"props":1359,"children":1360},{"style":102},[1361],{"type":52,"value":105},{"type":46,"tag":79,"props":1363,"children":1364},{"style":102},[1365],{"type":52,"value":1309},{"type":46,"tag":79,"props":1367,"children":1368},{"style":102},[1369],{"type":52,"value":1370}," list-roles\n",{"type":46,"tag":79,"props":1372,"children":1373},{"class":81,"line":299},[1374,1378,1382,1386,1391,1395,1399,1403],{"type":46,"tag":79,"props":1375,"children":1376},{"style":96},[1377],{"type":52,"value":99},{"type":46,"tag":79,"props":1379,"children":1380},{"style":102},[1381],{"type":52,"value":105},{"type":46,"tag":79,"props":1383,"children":1384},{"style":102},[1385],{"type":52,"value":1309},{"type":46,"tag":79,"props":1387,"children":1388},{"style":102},[1389],{"type":52,"value":1390}," create-role",{"type":46,"tag":79,"props":1392,"children":1393},{"style":102},[1394],{"type":52,"value":204},{"type":46,"tag":79,"props":1396,"children":1397},{"style":207},[1398],{"type":52,"value":210},{"type":46,"tag":79,"props":1400,"children":1401},{"style":102},[1402],{"type":52,"value":215},{"type":46,"tag":79,"props":1404,"children":1405},{"style":207},[1406],{"type":52,"value":220},{"type":46,"tag":79,"props":1408,"children":1409},{"class":81,"line":26},[1410,1414,1418,1422],{"type":46,"tag":79,"props":1411,"children":1412},{"style":96},[1413],{"type":52,"value":99},{"type":46,"tag":79,"props":1415,"children":1416},{"style":102},[1417],{"type":52,"value":105},{"type":46,"tag":79,"props":1419,"children":1420},{"style":102},[1421],{"type":52,"value":1309},{"type":46,"tag":79,"props":1423,"children":1424},{"style":102},[1425],{"type":52,"value":1426}," list-acl-users\n",{"type":46,"tag":79,"props":1428,"children":1429},{"class":81,"line":581},[1430,1434,1438,1442,1447,1451,1455,1459],{"type":46,"tag":79,"props":1431,"children":1432},{"style":96},[1433],{"type":52,"value":99},{"type":46,"tag":79,"props":1435,"children":1436},{"style":102},[1437],{"type":52,"value":105},{"type":46,"tag":79,"props":1439,"children":1440},{"style":102},[1441],{"type":52,"value":1309},{"type":46,"tag":79,"props":1443,"children":1444},{"style":102},[1445],{"type":52,"value":1446}," create-acl-user",{"type":46,"tag":79,"props":1448,"children":1449},{"style":102},[1450],{"type":52,"value":204},{"type":46,"tag":79,"props":1452,"children":1453},{"style":207},[1454],{"type":52,"value":210},{"type":46,"tag":79,"props":1456,"children":1457},{"style":102},[1458],{"type":52,"value":215},{"type":46,"tag":79,"props":1460,"children":1461},{"style":207},[1462],{"type":52,"value":220},{"type":46,"tag":47,"props":1464,"children":1466},{"id":1465},"tips",[1467],{"type":52,"value":1468},"Tips",{"type":46,"tag":1470,"props":1471,"children":1472},"ul",{},[1473,1487,1499,1512,1525],{"type":46,"tag":1474,"props":1475,"children":1476},"li",{},[1477,1479,1485],{"type":52,"value":1478},"Use ",{"type":46,"tag":75,"props":1480,"children":1482},{"className":1481},[],[1483],{"type":52,"value":1484},"--profile \u003Cname>",{"type":52,"value":1486}," to target a specific Cloud profile",{"type":46,"tag":1474,"props":1488,"children":1489},{},[1490,1491,1497],{"type":52,"value":1478},{"type":46,"tag":75,"props":1492,"children":1494},{"className":1493},[],[1495],{"type":52,"value":1496},"--output json",{"type":52,"value":1498}," for machine-readable output",{"type":46,"tag":1474,"props":1500,"children":1501},{},[1502,1504,1510],{"type":52,"value":1503},"Most create\u002Fupdate commands accept ",{"type":46,"tag":75,"props":1505,"children":1507},{"className":1506},[],[1508],{"type":52,"value":1509},"--data",{"type":52,"value":1511}," with a JSON payload",{"type":46,"tag":1474,"props":1513,"children":1514},{},[1515,1517,1523],{"type":52,"value":1516},"Task IDs are returned from async operations — use ",{"type":46,"tag":75,"props":1518,"children":1520},{"className":1519},[],[1521],{"type":52,"value":1522},"cloud task wait",{"type":52,"value":1524}," to block until completion",{"type":46,"tag":1474,"props":1526,"children":1527},{},[1528,1530,1536],{"type":52,"value":1529},"Database IDs use the format ",{"type":46,"tag":75,"props":1531,"children":1533},{"className":1532},[],[1534],{"type":52,"value":1535},"subscription_id:database_id",{"type":52,"value":1537}," for most operations",{"type":46,"tag":1539,"props":1540,"children":1541},"style",{},[1542],{"type":52,"value":1543},"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":1545,"total":589},[1546,1559,1574,1589,1602,1613,1631],{"slug":1547,"name":1547,"fn":1548,"description":1549,"org":1550,"tags":1551,"stars":26,"repoUrl":27,"updatedAt":1558},"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},[1552,1553,1554,1557],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":1555,"slug":1556,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-06-03T07:53:00.906753",{"slug":1560,"name":1560,"fn":1561,"description":1562,"org":1563,"tags":1564,"stars":26,"repoUrl":27,"updatedAt":1573},"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},[1565,1568,1569,1572],{"name":1566,"slug":1567,"type":15},"Data Modeling","data-modeling",{"name":17,"slug":18,"type":15},{"name":1570,"slug":1571,"type":15},"Prototyping","prototyping",{"name":9,"slug":8,"type":15},"2026-05-27T07:19:55.591944",{"slug":1575,"name":1575,"fn":1576,"description":1577,"org":1578,"tags":1579,"stars":26,"repoUrl":27,"updatedAt":1588},"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},[1580,1583,1584,1587],{"name":1581,"slug":1582,"type":15},"Data Analysis","data-analysis",{"name":17,"slug":18,"type":15},{"name":1585,"slug":1586,"type":15},"Observability","observability",{"name":9,"slug":8,"type":15},"2026-05-28T07:09:52.268662",{"slug":1590,"name":1590,"fn":1591,"description":1592,"org":1593,"tags":1594,"stars":26,"repoUrl":27,"updatedAt":1601},"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},[1595,1598,1599,1600],{"name":1596,"slug":1597,"type":15},"Architecture","architecture",{"name":1566,"slug":1567,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-05-28T07:09:51.028825",{"slug":1603,"name":1603,"fn":1604,"description":1605,"org":1606,"tags":1607,"stars":26,"repoUrl":27,"updatedAt":1612},"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},[1608,1609,1610,1611],{"name":17,"slug":18,"type":15},{"name":1585,"slug":1586,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-06-03T07:52:59.693017",{"slug":1614,"name":1614,"fn":1615,"description":1616,"org":1617,"tags":1618,"stars":26,"repoUrl":27,"updatedAt":1630},"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},[1619,1622,1623,1626,1627],{"name":1620,"slug":1621,"type":15},"A\u002FB Testing","a-b-testing",{"name":17,"slug":18,"type":15},{"name":1624,"slug":1625,"type":15},"Performance","performance",{"name":9,"slug":8,"type":15},{"name":1628,"slug":1629,"type":15},"Search","search","2026-05-28T07:09:53.54884",{"slug":1632,"name":1632,"fn":1633,"description":1634,"org":1635,"tags":1636,"stars":26,"repoUrl":27,"updatedAt":1641},"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},[1637,1638,1639,1640],{"name":1566,"slug":1567,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":1628,"slug":1629,"type":15},"2026-05-28T07:09:48.520606",{"items":1643,"total":1812},[1644,1666,1680,1693,1704,1720,1734,1754,1768,1783,1798,1805],{"slug":1645,"name":1645,"fn":1646,"description":1647,"org":1648,"tags":1649,"stars":1663,"repoUrl":1664,"updatedAt":1665},"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},[1650,1653,1656,1659,1662],{"name":1651,"slug":1652,"type":15},"Agents","agents",{"name":1654,"slug":1655,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1657,"slug":1658,"type":15},"Backend","backend",{"name":1660,"slug":1661,"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":1667,"name":1667,"fn":1668,"description":1669,"org":1670,"tags":1671,"stars":1663,"repoUrl":1664,"updatedAt":1679},"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},[1672,1673,1674,1677,1678],{"name":1596,"slug":1597,"type":15},{"name":17,"slug":18,"type":15},{"name":1675,"slug":1676,"type":15},"Infrastructure","infrastructure",{"name":1624,"slug":1625,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:38.757599",{"slug":1681,"name":1681,"fn":1682,"description":1683,"org":1684,"tags":1685,"stars":1663,"repoUrl":1664,"updatedAt":1692},"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},[1686,1687,1690,1691],{"name":1657,"slug":1658,"type":15},{"name":1688,"slug":1689,"type":15},"Caching","caching",{"name":1624,"slug":1625,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:42.616757",{"slug":1694,"name":1694,"fn":1695,"description":1696,"org":1697,"tags":1698,"stars":1663,"repoUrl":1664,"updatedAt":1703},"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},[1699,1700,1701,1702],{"name":1596,"slug":1597,"type":15},{"name":1566,"slug":1567,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:41.317954",{"slug":1705,"name":1705,"fn":1706,"description":1707,"org":1708,"tags":1709,"stars":1663,"repoUrl":1664,"updatedAt":1719},"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},[1710,1713,1716,1717,1718],{"name":1711,"slug":1712,"type":15},"Debugging","debugging",{"name":1714,"slug":1715,"type":15},"Monitoring","monitoring",{"name":1585,"slug":1586,"type":15},{"name":1624,"slug":1625,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:47.780873",{"slug":1721,"name":1721,"fn":1722,"description":1723,"org":1724,"tags":1725,"stars":1663,"repoUrl":1664,"updatedAt":1733},"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},[1726,1727,1728,1731,1732],{"name":1596,"slug":1597,"type":15},{"name":17,"slug":18,"type":15},{"name":1729,"slug":1730,"type":15},"Engineering","engineering",{"name":9,"slug":8,"type":15},{"name":1628,"slug":1629,"type":15},"2026-06-24T07:39:43.089819",{"slug":1735,"name":1735,"fn":1736,"description":1737,"org":1738,"tags":1739,"stars":1663,"repoUrl":1664,"updatedAt":1753},"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},[1740,1743,1746,1749,1750],{"name":1741,"slug":1742,"type":15},"Access Control","access-control",{"name":1744,"slug":1745,"type":15},"Authentication","authentication",{"name":1747,"slug":1748,"type":15},"Compliance","compliance",{"name":9,"slug":8,"type":15},{"name":1751,"slug":1752,"type":15},"Security","security","2026-05-27T07:19:40.030241",{"slug":1755,"name":1755,"fn":1756,"description":1757,"org":1758,"tags":1759,"stars":1663,"repoUrl":1664,"updatedAt":1767},"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},[1760,1761,1762,1765,1766],{"name":1654,"slug":1655,"type":15},{"name":1688,"slug":1689,"type":15},{"name":1763,"slug":1764,"type":15},"LLM","llm",{"name":9,"slug":8,"type":15},{"name":1628,"slug":1629,"type":15},"2026-05-27T07:19:43.897283",{"slug":1769,"name":1769,"fn":1770,"description":1771,"org":1772,"tags":1773,"stars":1780,"repoUrl":1781,"updatedAt":1782},"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},[1774,1775,1778,1779],{"name":1651,"slug":1652,"type":15},{"name":1776,"slug":1777,"type":15},"File Storage","file-storage",{"name":1660,"slug":1661,"type":15},{"name":9,"slug":8,"type":15},22,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fagent-filesystem","2026-04-10T04:51:05.904489",{"slug":1784,"name":1784,"fn":1785,"description":1786,"org":1787,"tags":1788,"stars":1780,"repoUrl":1781,"updatedAt":1797},"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},[1789,1792,1793,1796],{"name":1790,"slug":1791,"type":15},"Codex","codex",{"name":1660,"slug":1661,"type":15},{"name":1794,"slug":1795,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-04-10T04:51:07.268248",{"slug":1547,"name":1547,"fn":1548,"description":1549,"org":1799,"tags":1800,"stars":26,"repoUrl":27,"updatedAt":1558},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1801,1802,1803,1804],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":1555,"slug":1556,"type":15},{"name":9,"slug":8,"type":15},{"slug":1560,"name":1560,"fn":1561,"description":1562,"org":1806,"tags":1807,"stars":26,"repoUrl":27,"updatedAt":1573},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1808,1809,1810,1811],{"name":1566,"slug":1567,"type":15},{"name":17,"slug":18,"type":15},{"name":1570,"slug":1571,"type":15},{"name":9,"slug":8,"type":15},27]