You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Made top level comment more descriptive.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Use Redis Search and Redis JSON
|
// This example demonstrates how to use RediSearch and RedisJSON together.
|
||||||
|
|
||||||
import { createClient, SchemaFieldTypes, AggregateGroupByReducers, AggregateSteps } from 'redis';
|
import { createClient, SchemaFieldTypes, AggregateGroupByReducers, AggregateSteps } from 'redis';
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ async function searchPlusJson() {
|
|||||||
// documents: [...]
|
// documents: [...]
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// Some aggregrations
|
// Some aggregrations...
|
||||||
console.log(
|
console.log(
|
||||||
await client.ft.aggregate('users', '*', {
|
await client.ft.aggregate('users', '*', {
|
||||||
STEPS: [{
|
STEPS: [{
|
||||||
|
Reference in New Issue
Block a user