dredis

Connect Redis and extend the client with convenient JSON functions

Usage no npm install needed!

<script type="module">
  import dredis from 'https://cdn.skypack.dev/dredis';
</script>

README

Dependency Status devDependency Status

Example

const client = require('dredis')('url');

await client.setJSON('key', 'value');
const value = await client.getJSON('key');