Example const client = require('dredis')('url'); await client.setJSON('key', 'value'); const value = await client.getJSON('key');