1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

move "all-in-one" to root folder

This commit is contained in:
leibale
2021-11-09 19:55:16 -05:00
parent 57539e7c3f
commit 38426fe2a4
17 changed files with 408 additions and 408 deletions

View File

@@ -6,7 +6,7 @@
"private": true,
"type": "module",
"dependencies": {
"redis": "../packages/all-in-one"
"redis": "../"
}
}

View File

@@ -7,8 +7,6 @@ async function searchPlusJson() {
await client.connect();
await client.flushAll();
// Create an index
await client.ft.create('users', {
'$.name': {