1
0
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:
Simon Prickett
2021-11-24 18:16:59 +00:00
parent f4fa63cde3
commit 967ee5801c

View File

@@ -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';
@@ -43,7 +43,7 @@ async function searchPlusJson() {
// documents: [...]
// }
// Some aggregrations
// Some aggregrations...
console.log(
await client.ft.aggregate('users', '*', {
STEPS: [{