You've already forked node-redis
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:
@@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"redis": "../packages/all-in-one"
|
||||
"redis": "../"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -7,8 +7,6 @@ async function searchPlusJson() {
|
||||
|
||||
await client.connect();
|
||||
|
||||
await client.flushAll();
|
||||
|
||||
// Create an index
|
||||
await client.ft.create('users', {
|
||||
'$.name': {
|
||||
|
Reference in New Issue
Block a user