1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-11 18:50:46 +03:00
Files
node-redis/benches/stress/codec.js

9 lines
100 B
JavaScript

'use strict';
var json = {
encode: JSON.stringify,
decode: JSON.parse
};
module.exports = json;