npm install redis-commandsyarn add redis-commandspnpm add redis-commands<script src="https://fastly.jsdelivr.net/npm/redis-commands"></script><script src="https://unpkg.com/redis-commands"></script><script type="module">
import rediscommands from 'https://cdn.jsdelivr.net/npm/redis-commands/+esm';
</script><script type="module">
import rediscommands from 'https://cdn.skypack.dev/redis-commands';
</script>