CDN Resources for redis-commands

Quick access to CDN links for the redis-commands package

CDN Resources for redis-commands
Various ways to access redis-commands via Content Delivery Networks

Package Installation

npm
npm install redis-commands
yarn
yarn add redis-commands
pnpm
pnpm add redis-commands

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/redis-commands"></script>
Unpkg
<script src="https://unpkg.com/redis-commands"></script>
jsDelivr ESM
<script type="module">
  import rediscommands from 'https://cdn.jsdelivr.net/npm/redis-commands/+esm';
</script>
Skypack
<script type="module">
  import rediscommands from 'https://cdn.skypack.dev/redis-commands';
</script>