1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
Files
node-redis/packages/json/test.js
Leibale fdd1978d92 WIP
2023-07-18 16:32:45 -04:00

11 lines
179 B
JavaScript

import { createClient } from '@redis/client';
import RedisJSON from '.';
const client = createClient({
modules: {
json: RedisJSON,
JSON: RedisJSON
}
});
client.JSON.