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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages