simple-redis-connection

Pass in a redis URI, get back a connection object.

Usage no npm install needed!

<script type="module">
  import simpleRedisConnection from 'https://cdn.skypack.dev/simple-redis-connection';
</script>

README

simple-redis-connection

Pass in a redis URI, get back a connection object.

var redisConn = require('simple-redis-connection')("redis://rediscloud:somePassword@something.garantiadata.com:12345");

//now use the redis connection normally