[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-redis-redisctl-database-connect":3,"mdc--z22ko3-key":33,"related-repo-redis-redisctl-database-connect":873,"related-org-redis-redisctl-database-connect":976},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":28,"sourceUrl":31,"mdContent":32},"redisctl-database-connect","connect to Redis databases via CLI","Connect to Redis databases using the redisctl CLI. Use when opening redis-cli sessions, managing connection profiles, or working with multiple Redis clusters.",{"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],{"name":13,"slug":14,"type":15},"CLI","cli","tag",{"name":17,"slug":18,"type":15},"Database","database",{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl","2026-05-28T07:09:57.453349",null,0,[14,8,26,27],"redis-cloud","redis-enterprise",{"repoUrl":21,"stars":20,"forks":24,"topics":29,"description":30},[14,8,26,27],"Unified CLI for Redis Cloud and Enterprise management","https:\u002F\u002Fgithub.com\u002Fredis\u002Fredisctl\u002Ftree\u002FHEAD\u002Fskills\u002Fredisctl-database-connect","---\nname: redisctl-database-connect\ndescription: Connect to Redis databases using the redisctl CLI. Use when opening redis-cli sessions, managing connection profiles, or working with multiple Redis clusters.\n---\n\n## Overview\n\nConnect to Redis databases using profile-based credential management. Supports direct Redis connections, Cloud databases, and Enterprise databases.\n\n## Quick Connect\n\n```bash\n# Open redis-cli using the default database profile\nredisctl db open\n\n# Open redis-cli with a specific profile\nredisctl db open --profile my-redis\n```\n\n## Profile-Based Connection Management\n\n### Create Database Profiles\n\n```bash\n# Local Redis\nredisctl profile set local --type database --url \"redis:\u002F\u002Flocalhost:6379\"\n\n# Redis with password\nredisctl profile set staging --type database --url \"redis:\u002F\u002F:password@host:6379\"\n\n# Redis with TLS\nredisctl profile set prod --type database --url \"rediss:\u002F\u002Fhost:6380\"\n\n# Set as default\nredisctl profile default-database local\n```\n\n### Multi-Cluster Workflows\n\nCreate profiles for each environment:\n\n```bash\nredisctl profile set dev-redis --type database --url \"redis:\u002F\u002Fdev:6379\"\nredisctl profile set staging-redis --type database --url \"rediss:\u002F\u002Fstaging:6380\"\nredisctl profile set prod-redis --type database --url \"rediss:\u002F\u002Fprod:6380\"\n```\n\nSwitch between them:\n\n```bash\n# Connect to dev\nredisctl db open --profile dev-redis\n\n# Connect to staging\nredisctl db open --profile staging-redis\n```\n\n## Raw API Access\n\nFor operations not covered by specific commands:\n\n```bash\n# Cloud API\nredisctl api cloud GET \u002Fsubscriptions\nredisctl api cloud POST \u002Fsubscriptions\u002F12345\u002Fdatabases --data '{...}'\n\n# Enterprise API\nredisctl api enterprise GET \u002Fv1\u002Fbdbs\nredisctl api enterprise PUT \u002Fv1\u002Fbdbs\u002F1 --data '{...}'\n```\n\n## Tips\n\n- Database profile URLs follow the standard Redis URI scheme: `redis:\u002F\u002F[user:password@]host[:port][\u002Fdb]`\n- Use `rediss:\u002F\u002F` (double s) for TLS connections\n- Profile credentials support environment variable substitution: `--url \"redis:\u002F\u002F:${REDIS_PASSWORD}@host:6379\"`\n- Run `redisctl profile validate` to test all profile connections\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,47,53,59,150,156,163,393,399,404,546,551,629,635,640,808,814,867],{"type":39,"tag":40,"props":41,"children":43},"element","h2",{"id":42},"overview",[44],{"type":45,"value":46},"text","Overview",{"type":39,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Connect to Redis databases using profile-based credential management. Supports direct Redis connections, Cloud databases, and Enterprise databases.",{"type":39,"tag":40,"props":54,"children":56},{"id":55},"quick-connect",[57],{"type":45,"value":58},"Quick Connect",{"type":39,"tag":60,"props":61,"children":66},"pre",{"className":62,"code":63,"language":64,"meta":65,"style":65},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Open redis-cli using the default database profile\nredisctl db open\n\n# Open redis-cli with a specific profile\nredisctl db open --profile my-redis\n","bash","",[67],{"type":39,"tag":68,"props":69,"children":70},"code",{"__ignoreMap":65},[71,83,104,114,123],{"type":39,"tag":72,"props":73,"children":76},"span",{"class":74,"line":75},"line",1,[77],{"type":39,"tag":72,"props":78,"children":80},{"style":79},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[81],{"type":45,"value":82},"# Open redis-cli using the default database profile\n",{"type":39,"tag":72,"props":84,"children":86},{"class":74,"line":85},2,[87,93,99],{"type":39,"tag":72,"props":88,"children":90},{"style":89},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[91],{"type":45,"value":92},"redisctl",{"type":39,"tag":72,"props":94,"children":96},{"style":95},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[97],{"type":45,"value":98}," db",{"type":39,"tag":72,"props":100,"children":101},{"style":95},[102],{"type":45,"value":103}," open\n",{"type":39,"tag":72,"props":105,"children":107},{"class":74,"line":106},3,[108],{"type":39,"tag":72,"props":109,"children":111},{"emptyLinePlaceholder":110},true,[112],{"type":45,"value":113},"\n",{"type":39,"tag":72,"props":115,"children":117},{"class":74,"line":116},4,[118],{"type":39,"tag":72,"props":119,"children":120},{"style":79},[121],{"type":45,"value":122},"# Open redis-cli with a specific profile\n",{"type":39,"tag":72,"props":124,"children":126},{"class":74,"line":125},5,[127,131,135,140,145],{"type":39,"tag":72,"props":128,"children":129},{"style":89},[130],{"type":45,"value":92},{"type":39,"tag":72,"props":132,"children":133},{"style":95},[134],{"type":45,"value":98},{"type":39,"tag":72,"props":136,"children":137},{"style":95},[138],{"type":45,"value":139}," open",{"type":39,"tag":72,"props":141,"children":142},{"style":95},[143],{"type":45,"value":144}," --profile",{"type":39,"tag":72,"props":146,"children":147},{"style":95},[148],{"type":45,"value":149}," my-redis\n",{"type":39,"tag":40,"props":151,"children":153},{"id":152},"profile-based-connection-management",[154],{"type":45,"value":155},"Profile-Based Connection Management",{"type":39,"tag":157,"props":158,"children":160},"h3",{"id":159},"create-database-profiles",[161],{"type":45,"value":162},"Create Database Profiles",{"type":39,"tag":60,"props":164,"children":166},{"className":62,"code":165,"language":64,"meta":65,"style":65},"# Local Redis\nredisctl profile set local --type database --url \"redis:\u002F\u002Flocalhost:6379\"\n\n# Redis with password\nredisctl profile set staging --type database --url \"redis:\u002F\u002F:password@host:6379\"\n\n# Redis with TLS\nredisctl profile set prod --type database --url \"rediss:\u002F\u002Fhost:6380\"\n\n# Set as default\nredisctl profile default-database local\n",[167],{"type":39,"tag":68,"props":168,"children":169},{"__ignoreMap":65},[170,178,231,238,246,291,299,308,354,362,371],{"type":39,"tag":72,"props":171,"children":172},{"class":74,"line":75},[173],{"type":39,"tag":72,"props":174,"children":175},{"style":79},[176],{"type":45,"value":177},"# Local Redis\n",{"type":39,"tag":72,"props":179,"children":180},{"class":74,"line":85},[181,185,190,195,200,205,210,215,221,226],{"type":39,"tag":72,"props":182,"children":183},{"style":89},[184],{"type":45,"value":92},{"type":39,"tag":72,"props":186,"children":187},{"style":95},[188],{"type":45,"value":189}," profile",{"type":39,"tag":72,"props":191,"children":192},{"style":95},[193],{"type":45,"value":194}," set",{"type":39,"tag":72,"props":196,"children":197},{"style":95},[198],{"type":45,"value":199}," local",{"type":39,"tag":72,"props":201,"children":202},{"style":95},[203],{"type":45,"value":204}," --type",{"type":39,"tag":72,"props":206,"children":207},{"style":95},[208],{"type":45,"value":209}," database",{"type":39,"tag":72,"props":211,"children":212},{"style":95},[213],{"type":45,"value":214}," --url",{"type":39,"tag":72,"props":216,"children":218},{"style":217},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[219],{"type":45,"value":220}," \"",{"type":39,"tag":72,"props":222,"children":223},{"style":95},[224],{"type":45,"value":225},"redis:\u002F\u002Flocalhost:6379",{"type":39,"tag":72,"props":227,"children":228},{"style":217},[229],{"type":45,"value":230},"\"\n",{"type":39,"tag":72,"props":232,"children":233},{"class":74,"line":106},[234],{"type":39,"tag":72,"props":235,"children":236},{"emptyLinePlaceholder":110},[237],{"type":45,"value":113},{"type":39,"tag":72,"props":239,"children":240},{"class":74,"line":116},[241],{"type":39,"tag":72,"props":242,"children":243},{"style":79},[244],{"type":45,"value":245},"# Redis with password\n",{"type":39,"tag":72,"props":247,"children":248},{"class":74,"line":125},[249,253,257,261,266,270,274,278,282,287],{"type":39,"tag":72,"props":250,"children":251},{"style":89},[252],{"type":45,"value":92},{"type":39,"tag":72,"props":254,"children":255},{"style":95},[256],{"type":45,"value":189},{"type":39,"tag":72,"props":258,"children":259},{"style":95},[260],{"type":45,"value":194},{"type":39,"tag":72,"props":262,"children":263},{"style":95},[264],{"type":45,"value":265}," staging",{"type":39,"tag":72,"props":267,"children":268},{"style":95},[269],{"type":45,"value":204},{"type":39,"tag":72,"props":271,"children":272},{"style":95},[273],{"type":45,"value":209},{"type":39,"tag":72,"props":275,"children":276},{"style":95},[277],{"type":45,"value":214},{"type":39,"tag":72,"props":279,"children":280},{"style":217},[281],{"type":45,"value":220},{"type":39,"tag":72,"props":283,"children":284},{"style":95},[285],{"type":45,"value":286},"redis:\u002F\u002F:password@host:6379",{"type":39,"tag":72,"props":288,"children":289},{"style":217},[290],{"type":45,"value":230},{"type":39,"tag":72,"props":292,"children":294},{"class":74,"line":293},6,[295],{"type":39,"tag":72,"props":296,"children":297},{"emptyLinePlaceholder":110},[298],{"type":45,"value":113},{"type":39,"tag":72,"props":300,"children":302},{"class":74,"line":301},7,[303],{"type":39,"tag":72,"props":304,"children":305},{"style":79},[306],{"type":45,"value":307},"# Redis with TLS\n",{"type":39,"tag":72,"props":309,"children":311},{"class":74,"line":310},8,[312,316,320,324,329,333,337,341,345,350],{"type":39,"tag":72,"props":313,"children":314},{"style":89},[315],{"type":45,"value":92},{"type":39,"tag":72,"props":317,"children":318},{"style":95},[319],{"type":45,"value":189},{"type":39,"tag":72,"props":321,"children":322},{"style":95},[323],{"type":45,"value":194},{"type":39,"tag":72,"props":325,"children":326},{"style":95},[327],{"type":45,"value":328}," prod",{"type":39,"tag":72,"props":330,"children":331},{"style":95},[332],{"type":45,"value":204},{"type":39,"tag":72,"props":334,"children":335},{"style":95},[336],{"type":45,"value":209},{"type":39,"tag":72,"props":338,"children":339},{"style":95},[340],{"type":45,"value":214},{"type":39,"tag":72,"props":342,"children":343},{"style":217},[344],{"type":45,"value":220},{"type":39,"tag":72,"props":346,"children":347},{"style":95},[348],{"type":45,"value":349},"rediss:\u002F\u002Fhost:6380",{"type":39,"tag":72,"props":351,"children":352},{"style":217},[353],{"type":45,"value":230},{"type":39,"tag":72,"props":355,"children":357},{"class":74,"line":356},9,[358],{"type":39,"tag":72,"props":359,"children":360},{"emptyLinePlaceholder":110},[361],{"type":45,"value":113},{"type":39,"tag":72,"props":363,"children":365},{"class":74,"line":364},10,[366],{"type":39,"tag":72,"props":367,"children":368},{"style":79},[369],{"type":45,"value":370},"# Set as default\n",{"type":39,"tag":72,"props":372,"children":374},{"class":74,"line":373},11,[375,379,383,388],{"type":39,"tag":72,"props":376,"children":377},{"style":89},[378],{"type":45,"value":92},{"type":39,"tag":72,"props":380,"children":381},{"style":95},[382],{"type":45,"value":189},{"type":39,"tag":72,"props":384,"children":385},{"style":95},[386],{"type":45,"value":387}," default-database",{"type":39,"tag":72,"props":389,"children":390},{"style":95},[391],{"type":45,"value":392}," local\n",{"type":39,"tag":157,"props":394,"children":396},{"id":395},"multi-cluster-workflows",[397],{"type":45,"value":398},"Multi-Cluster Workflows",{"type":39,"tag":48,"props":400,"children":401},{},[402],{"type":45,"value":403},"Create profiles for each environment:",{"type":39,"tag":60,"props":405,"children":407},{"className":62,"code":406,"language":64,"meta":65,"style":65},"redisctl profile set dev-redis --type database --url \"redis:\u002F\u002Fdev:6379\"\nredisctl profile set staging-redis --type database --url \"rediss:\u002F\u002Fstaging:6380\"\nredisctl profile set prod-redis --type database --url \"rediss:\u002F\u002Fprod:6380\"\n",[408],{"type":39,"tag":68,"props":409,"children":410},{"__ignoreMap":65},[411,456,501],{"type":39,"tag":72,"props":412,"children":413},{"class":74,"line":75},[414,418,422,426,431,435,439,443,447,452],{"type":39,"tag":72,"props":415,"children":416},{"style":89},[417],{"type":45,"value":92},{"type":39,"tag":72,"props":419,"children":420},{"style":95},[421],{"type":45,"value":189},{"type":39,"tag":72,"props":423,"children":424},{"style":95},[425],{"type":45,"value":194},{"type":39,"tag":72,"props":427,"children":428},{"style":95},[429],{"type":45,"value":430}," dev-redis",{"type":39,"tag":72,"props":432,"children":433},{"style":95},[434],{"type":45,"value":204},{"type":39,"tag":72,"props":436,"children":437},{"style":95},[438],{"type":45,"value":209},{"type":39,"tag":72,"props":440,"children":441},{"style":95},[442],{"type":45,"value":214},{"type":39,"tag":72,"props":444,"children":445},{"style":217},[446],{"type":45,"value":220},{"type":39,"tag":72,"props":448,"children":449},{"style":95},[450],{"type":45,"value":451},"redis:\u002F\u002Fdev:6379",{"type":39,"tag":72,"props":453,"children":454},{"style":217},[455],{"type":45,"value":230},{"type":39,"tag":72,"props":457,"children":458},{"class":74,"line":85},[459,463,467,471,476,480,484,488,492,497],{"type":39,"tag":72,"props":460,"children":461},{"style":89},[462],{"type":45,"value":92},{"type":39,"tag":72,"props":464,"children":465},{"style":95},[466],{"type":45,"value":189},{"type":39,"tag":72,"props":468,"children":469},{"style":95},[470],{"type":45,"value":194},{"type":39,"tag":72,"props":472,"children":473},{"style":95},[474],{"type":45,"value":475}," staging-redis",{"type":39,"tag":72,"props":477,"children":478},{"style":95},[479],{"type":45,"value":204},{"type":39,"tag":72,"props":481,"children":482},{"style":95},[483],{"type":45,"value":209},{"type":39,"tag":72,"props":485,"children":486},{"style":95},[487],{"type":45,"value":214},{"type":39,"tag":72,"props":489,"children":490},{"style":217},[491],{"type":45,"value":220},{"type":39,"tag":72,"props":493,"children":494},{"style":95},[495],{"type":45,"value":496},"rediss:\u002F\u002Fstaging:6380",{"type":39,"tag":72,"props":498,"children":499},{"style":217},[500],{"type":45,"value":230},{"type":39,"tag":72,"props":502,"children":503},{"class":74,"line":106},[504,508,512,516,521,525,529,533,537,542],{"type":39,"tag":72,"props":505,"children":506},{"style":89},[507],{"type":45,"value":92},{"type":39,"tag":72,"props":509,"children":510},{"style":95},[511],{"type":45,"value":189},{"type":39,"tag":72,"props":513,"children":514},{"style":95},[515],{"type":45,"value":194},{"type":39,"tag":72,"props":517,"children":518},{"style":95},[519],{"type":45,"value":520}," prod-redis",{"type":39,"tag":72,"props":522,"children":523},{"style":95},[524],{"type":45,"value":204},{"type":39,"tag":72,"props":526,"children":527},{"style":95},[528],{"type":45,"value":209},{"type":39,"tag":72,"props":530,"children":531},{"style":95},[532],{"type":45,"value":214},{"type":39,"tag":72,"props":534,"children":535},{"style":217},[536],{"type":45,"value":220},{"type":39,"tag":72,"props":538,"children":539},{"style":95},[540],{"type":45,"value":541},"rediss:\u002F\u002Fprod:6380",{"type":39,"tag":72,"props":543,"children":544},{"style":217},[545],{"type":45,"value":230},{"type":39,"tag":48,"props":547,"children":548},{},[549],{"type":45,"value":550},"Switch between them:",{"type":39,"tag":60,"props":552,"children":554},{"className":62,"code":553,"language":64,"meta":65,"style":65},"# Connect to dev\nredisctl db open --profile dev-redis\n\n# Connect to staging\nredisctl db open --profile staging-redis\n",[555],{"type":39,"tag":68,"props":556,"children":557},{"__ignoreMap":65},[558,566,590,597,605],{"type":39,"tag":72,"props":559,"children":560},{"class":74,"line":75},[561],{"type":39,"tag":72,"props":562,"children":563},{"style":79},[564],{"type":45,"value":565},"# Connect to dev\n",{"type":39,"tag":72,"props":567,"children":568},{"class":74,"line":85},[569,573,577,581,585],{"type":39,"tag":72,"props":570,"children":571},{"style":89},[572],{"type":45,"value":92},{"type":39,"tag":72,"props":574,"children":575},{"style":95},[576],{"type":45,"value":98},{"type":39,"tag":72,"props":578,"children":579},{"style":95},[580],{"type":45,"value":139},{"type":39,"tag":72,"props":582,"children":583},{"style":95},[584],{"type":45,"value":144},{"type":39,"tag":72,"props":586,"children":587},{"style":95},[588],{"type":45,"value":589}," dev-redis\n",{"type":39,"tag":72,"props":591,"children":592},{"class":74,"line":106},[593],{"type":39,"tag":72,"props":594,"children":595},{"emptyLinePlaceholder":110},[596],{"type":45,"value":113},{"type":39,"tag":72,"props":598,"children":599},{"class":74,"line":116},[600],{"type":39,"tag":72,"props":601,"children":602},{"style":79},[603],{"type":45,"value":604},"# Connect to staging\n",{"type":39,"tag":72,"props":606,"children":607},{"class":74,"line":125},[608,612,616,620,624],{"type":39,"tag":72,"props":609,"children":610},{"style":89},[611],{"type":45,"value":92},{"type":39,"tag":72,"props":613,"children":614},{"style":95},[615],{"type":45,"value":98},{"type":39,"tag":72,"props":617,"children":618},{"style":95},[619],{"type":45,"value":139},{"type":39,"tag":72,"props":621,"children":622},{"style":95},[623],{"type":45,"value":144},{"type":39,"tag":72,"props":625,"children":626},{"style":95},[627],{"type":45,"value":628}," staging-redis\n",{"type":39,"tag":40,"props":630,"children":632},{"id":631},"raw-api-access",[633],{"type":45,"value":634},"Raw API Access",{"type":39,"tag":48,"props":636,"children":637},{},[638],{"type":45,"value":639},"For operations not covered by specific commands:",{"type":39,"tag":60,"props":641,"children":643},{"className":62,"code":642,"language":64,"meta":65,"style":65},"# Cloud API\nredisctl api cloud GET \u002Fsubscriptions\nredisctl api cloud POST \u002Fsubscriptions\u002F12345\u002Fdatabases --data '{...}'\n\n# Enterprise API\nredisctl api enterprise GET \u002Fv1\u002Fbdbs\nredisctl api enterprise PUT \u002Fv1\u002Fbdbs\u002F1 --data '{...}'\n",[644],{"type":39,"tag":68,"props":645,"children":646},{"__ignoreMap":65},[647,655,682,727,734,742,767],{"type":39,"tag":72,"props":648,"children":649},{"class":74,"line":75},[650],{"type":39,"tag":72,"props":651,"children":652},{"style":79},[653],{"type":45,"value":654},"# Cloud API\n",{"type":39,"tag":72,"props":656,"children":657},{"class":74,"line":85},[658,662,667,672,677],{"type":39,"tag":72,"props":659,"children":660},{"style":89},[661],{"type":45,"value":92},{"type":39,"tag":72,"props":663,"children":664},{"style":95},[665],{"type":45,"value":666}," api",{"type":39,"tag":72,"props":668,"children":669},{"style":95},[670],{"type":45,"value":671}," cloud",{"type":39,"tag":72,"props":673,"children":674},{"style":95},[675],{"type":45,"value":676}," GET",{"type":39,"tag":72,"props":678,"children":679},{"style":95},[680],{"type":45,"value":681}," \u002Fsubscriptions\n",{"type":39,"tag":72,"props":683,"children":684},{"class":74,"line":106},[685,689,693,697,702,707,712,717,722],{"type":39,"tag":72,"props":686,"children":687},{"style":89},[688],{"type":45,"value":92},{"type":39,"tag":72,"props":690,"children":691},{"style":95},[692],{"type":45,"value":666},{"type":39,"tag":72,"props":694,"children":695},{"style":95},[696],{"type":45,"value":671},{"type":39,"tag":72,"props":698,"children":699},{"style":95},[700],{"type":45,"value":701}," POST",{"type":39,"tag":72,"props":703,"children":704},{"style":95},[705],{"type":45,"value":706}," \u002Fsubscriptions\u002F12345\u002Fdatabases",{"type":39,"tag":72,"props":708,"children":709},{"style":95},[710],{"type":45,"value":711}," --data",{"type":39,"tag":72,"props":713,"children":714},{"style":217},[715],{"type":45,"value":716}," '",{"type":39,"tag":72,"props":718,"children":719},{"style":95},[720],{"type":45,"value":721},"{...}",{"type":39,"tag":72,"props":723,"children":724},{"style":217},[725],{"type":45,"value":726},"'\n",{"type":39,"tag":72,"props":728,"children":729},{"class":74,"line":116},[730],{"type":39,"tag":72,"props":731,"children":732},{"emptyLinePlaceholder":110},[733],{"type":45,"value":113},{"type":39,"tag":72,"props":735,"children":736},{"class":74,"line":125},[737],{"type":39,"tag":72,"props":738,"children":739},{"style":79},[740],{"type":45,"value":741},"# Enterprise API\n",{"type":39,"tag":72,"props":743,"children":744},{"class":74,"line":293},[745,749,753,758,762],{"type":39,"tag":72,"props":746,"children":747},{"style":89},[748],{"type":45,"value":92},{"type":39,"tag":72,"props":750,"children":751},{"style":95},[752],{"type":45,"value":666},{"type":39,"tag":72,"props":754,"children":755},{"style":95},[756],{"type":45,"value":757}," enterprise",{"type":39,"tag":72,"props":759,"children":760},{"style":95},[761],{"type":45,"value":676},{"type":39,"tag":72,"props":763,"children":764},{"style":95},[765],{"type":45,"value":766}," \u002Fv1\u002Fbdbs\n",{"type":39,"tag":72,"props":768,"children":769},{"class":74,"line":301},[770,774,778,782,787,792,796,800,804],{"type":39,"tag":72,"props":771,"children":772},{"style":89},[773],{"type":45,"value":92},{"type":39,"tag":72,"props":775,"children":776},{"style":95},[777],{"type":45,"value":666},{"type":39,"tag":72,"props":779,"children":780},{"style":95},[781],{"type":45,"value":757},{"type":39,"tag":72,"props":783,"children":784},{"style":95},[785],{"type":45,"value":786}," PUT",{"type":39,"tag":72,"props":788,"children":789},{"style":95},[790],{"type":45,"value":791}," \u002Fv1\u002Fbdbs\u002F1",{"type":39,"tag":72,"props":793,"children":794},{"style":95},[795],{"type":45,"value":711},{"type":39,"tag":72,"props":797,"children":798},{"style":217},[799],{"type":45,"value":716},{"type":39,"tag":72,"props":801,"children":802},{"style":95},[803],{"type":45,"value":721},{"type":39,"tag":72,"props":805,"children":806},{"style":217},[807],{"type":45,"value":726},{"type":39,"tag":40,"props":809,"children":811},{"id":810},"tips",[812],{"type":45,"value":813},"Tips",{"type":39,"tag":815,"props":816,"children":817},"ul",{},[818,830,843,854],{"type":39,"tag":819,"props":820,"children":821},"li",{},[822,824],{"type":45,"value":823},"Database profile URLs follow the standard Redis URI scheme: ",{"type":39,"tag":68,"props":825,"children":827},{"className":826},[],[828],{"type":45,"value":829},"redis:\u002F\u002F[user:password@]host[:port][\u002Fdb]",{"type":39,"tag":819,"props":831,"children":832},{},[833,835,841],{"type":45,"value":834},"Use ",{"type":39,"tag":68,"props":836,"children":838},{"className":837},[],[839],{"type":45,"value":840},"rediss:\u002F\u002F",{"type":45,"value":842}," (double s) for TLS connections",{"type":39,"tag":819,"props":844,"children":845},{},[846,848],{"type":45,"value":847},"Profile credentials support environment variable substitution: ",{"type":39,"tag":68,"props":849,"children":851},{"className":850},[],[852],{"type":45,"value":853},"--url \"redis:\u002F\u002F:${REDIS_PASSWORD}@host:6379\"",{"type":39,"tag":819,"props":855,"children":856},{},[857,859,865],{"type":45,"value":858},"Run ",{"type":39,"tag":68,"props":860,"children":862},{"className":861},[],[863],{"type":45,"value":864},"redisctl profile validate",{"type":45,"value":866}," to test all profile connections",{"type":39,"tag":868,"props":869,"children":870},"style",{},[871],{"type":45,"value":872},"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":874,"total":975},[875,890,905,920,933,946,964],{"slug":876,"name":876,"fn":877,"description":878,"org":879,"tags":880,"stars":20,"repoUrl":21,"updatedAt":889},"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},[881,884,885,888],{"name":882,"slug":883,"type":15},"Cloud","cloud",{"name":17,"slug":18,"type":15},{"name":886,"slug":887,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-06-03T07:53:00.906753",{"slug":891,"name":891,"fn":892,"description":893,"org":894,"tags":895,"stars":20,"repoUrl":21,"updatedAt":904},"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},[896,899,900,903],{"name":897,"slug":898,"type":15},"Data Modeling","data-modeling",{"name":17,"slug":18,"type":15},{"name":901,"slug":902,"type":15},"Prototyping","prototyping",{"name":9,"slug":8,"type":15},"2026-05-27T07:19:55.591944",{"slug":906,"name":906,"fn":907,"description":908,"org":909,"tags":910,"stars":20,"repoUrl":21,"updatedAt":919},"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},[911,914,915,918],{"name":912,"slug":913,"type":15},"Data Analysis","data-analysis",{"name":17,"slug":18,"type":15},{"name":916,"slug":917,"type":15},"Observability","observability",{"name":9,"slug":8,"type":15},"2026-05-28T07:09:52.268662",{"slug":921,"name":921,"fn":922,"description":923,"org":924,"tags":925,"stars":20,"repoUrl":21,"updatedAt":932},"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},[926,929,930,931],{"name":927,"slug":928,"type":15},"Architecture","architecture",{"name":897,"slug":898,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-05-28T07:09:51.028825",{"slug":934,"name":934,"fn":935,"description":936,"org":937,"tags":938,"stars":20,"repoUrl":21,"updatedAt":945},"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},[939,940,941,944],{"name":17,"slug":18,"type":15},{"name":916,"slug":917,"type":15},{"name":942,"slug":943,"type":15},"Operations","operations",{"name":9,"slug":8,"type":15},"2026-06-03T07:52:59.693017",{"slug":947,"name":947,"fn":948,"description":949,"org":950,"tags":951,"stars":20,"repoUrl":21,"updatedAt":963},"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},[952,955,956,959,960],{"name":953,"slug":954,"type":15},"A\u002FB Testing","a-b-testing",{"name":17,"slug":18,"type":15},{"name":957,"slug":958,"type":15},"Performance","performance",{"name":9,"slug":8,"type":15},{"name":961,"slug":962,"type":15},"Search","search","2026-05-28T07:09:53.54884",{"slug":965,"name":965,"fn":966,"description":967,"org":968,"tags":969,"stars":20,"repoUrl":21,"updatedAt":974},"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},[970,971,972,973],{"name":897,"slug":898,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":961,"slug":962,"type":15},"2026-05-28T07:09:48.520606",17,{"items":977,"total":1146},[978,1000,1014,1027,1038,1054,1068,1088,1102,1117,1132,1139],{"slug":979,"name":979,"fn":980,"description":981,"org":982,"tags":983,"stars":997,"repoUrl":998,"updatedAt":999},"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},[984,987,990,993,996],{"name":985,"slug":986,"type":15},"Agents","agents",{"name":988,"slug":989,"type":15},"AI Infrastructure","ai-infrastructure",{"name":991,"slug":992,"type":15},"Backend","backend",{"name":994,"slug":995,"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":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":997,"repoUrl":998,"updatedAt":1013},"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},[1006,1007,1008,1011,1012],{"name":927,"slug":928,"type":15},{"name":17,"slug":18,"type":15},{"name":1009,"slug":1010,"type":15},"Infrastructure","infrastructure",{"name":957,"slug":958,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:38.757599",{"slug":1015,"name":1015,"fn":1016,"description":1017,"org":1018,"tags":1019,"stars":997,"repoUrl":998,"updatedAt":1026},"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},[1020,1021,1024,1025],{"name":991,"slug":992,"type":15},{"name":1022,"slug":1023,"type":15},"Caching","caching",{"name":957,"slug":958,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:42.616757",{"slug":1028,"name":1028,"fn":1029,"description":1030,"org":1031,"tags":1032,"stars":997,"repoUrl":998,"updatedAt":1037},"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},[1033,1034,1035,1036],{"name":927,"slug":928,"type":15},{"name":897,"slug":898,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:41.317954",{"slug":1039,"name":1039,"fn":1040,"description":1041,"org":1042,"tags":1043,"stars":997,"repoUrl":998,"updatedAt":1053},"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},[1044,1047,1050,1051,1052],{"name":1045,"slug":1046,"type":15},"Debugging","debugging",{"name":1048,"slug":1049,"type":15},"Monitoring","monitoring",{"name":916,"slug":917,"type":15},{"name":957,"slug":958,"type":15},{"name":9,"slug":8,"type":15},"2026-05-27T07:19:47.780873",{"slug":1055,"name":1055,"fn":1056,"description":1057,"org":1058,"tags":1059,"stars":997,"repoUrl":998,"updatedAt":1067},"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},[1060,1061,1062,1065,1066],{"name":927,"slug":928,"type":15},{"name":17,"slug":18,"type":15},{"name":1063,"slug":1064,"type":15},"Engineering","engineering",{"name":9,"slug":8,"type":15},{"name":961,"slug":962,"type":15},"2026-06-24T07:39:43.089819",{"slug":1069,"name":1069,"fn":1070,"description":1071,"org":1072,"tags":1073,"stars":997,"repoUrl":998,"updatedAt":1087},"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},[1074,1077,1080,1083,1084],{"name":1075,"slug":1076,"type":15},"Access Control","access-control",{"name":1078,"slug":1079,"type":15},"Authentication","authentication",{"name":1081,"slug":1082,"type":15},"Compliance","compliance",{"name":9,"slug":8,"type":15},{"name":1085,"slug":1086,"type":15},"Security","security","2026-05-27T07:19:40.030241",{"slug":1089,"name":1089,"fn":1090,"description":1091,"org":1092,"tags":1093,"stars":997,"repoUrl":998,"updatedAt":1101},"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},[1094,1095,1096,1099,1100],{"name":988,"slug":989,"type":15},{"name":1022,"slug":1023,"type":15},{"name":1097,"slug":1098,"type":15},"LLM","llm",{"name":9,"slug":8,"type":15},{"name":961,"slug":962,"type":15},"2026-05-27T07:19:43.897283",{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1106,"tags":1107,"stars":1114,"repoUrl":1115,"updatedAt":1116},"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},[1108,1109,1112,1113],{"name":985,"slug":986,"type":15},{"name":1110,"slug":1111,"type":15},"File Storage","file-storage",{"name":994,"slug":995,"type":15},{"name":9,"slug":8,"type":15},22,"https:\u002F\u002Fgithub.com\u002Fredis\u002Fagent-filesystem","2026-04-10T04:51:05.904489",{"slug":1118,"name":1118,"fn":1119,"description":1120,"org":1121,"tags":1122,"stars":1114,"repoUrl":1115,"updatedAt":1131},"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},[1123,1126,1127,1130],{"name":1124,"slug":1125,"type":15},"Codex","codex",{"name":994,"slug":995,"type":15},{"name":1128,"slug":1129,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-04-10T04:51:07.268248",{"slug":876,"name":876,"fn":877,"description":878,"org":1133,"tags":1134,"stars":20,"repoUrl":21,"updatedAt":889},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1135,1136,1137,1138],{"name":882,"slug":883,"type":15},{"name":17,"slug":18,"type":15},{"name":886,"slug":887,"type":15},{"name":9,"slug":8,"type":15},{"slug":891,"name":891,"fn":892,"description":893,"org":1140,"tags":1141,"stars":20,"repoUrl":21,"updatedAt":904},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1142,1143,1144,1145],{"name":897,"slug":898,"type":15},{"name":17,"slug":18,"type":15},{"name":901,"slug":902,"type":15},{"name":9,"slug":8,"type":15},27]