You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> go-redis is brought to you by :star:[**uptrace/uptrace**](https://github.com/uptrace/uptrace).
10
-
> Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can
11
-
> use it to monitor applications and set up automatic alerts to receive notifications via email,
12
-
> Slack, Telegram, and others.
13
-
>
14
-
> See [OpenTelemetry](https://github.com/redis/go-redis/tree/master/example/otel) example which
15
-
> demonstrates how you can use Uptrace to monitor go-redis.
9
+
> go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.
In the Redis-Search module, **the default dialect is 2**. If needed, you can explicitly specify a different dialect using the appropriate configuration in your queries.
217
+
220
218
## Contributing
221
219
222
220
Please see [out contributing guidelines](CONTRIBUTING.md) to help us improve this library!
@@ -299,6 +297,14 @@ REDIS_PORT=9999 go test <your options>
299
297
300
298
## Contributors
301
299
300
+
> The go-redis project was originally initiated by :star:[**uptrace/uptrace**](https://github.com/uptrace/uptrace).
301
+
> Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can
302
+
> use it to monitor applications and set up automatic alerts to receive notifications via email,
303
+
> Slack, Telegram, and others.
304
+
>
305
+
> See [OpenTelemetry](https://github.com/redis/go-redis/tree/master/example/otel) example which
306
+
> demonstrates how you can use Uptrace to monitor go-redis.
0 commit comments