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.
215
+
218
216
## Contributing
219
217
220
218
Please see [out contributing guidelines](CONTRIBUTING.md) to help us improve this library!
@@ -297,6 +295,14 @@ REDIS_PORT=9999 go test <your options>
297
295
298
296
## Contributors
299
297
298
+
> The go-redis project was originally initiated by :star:[**uptrace/uptrace**](https://github.com/uptrace/uptrace).
299
+
> Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can
300
+
> use it to monitor applications and set up automatic alerts to receive notifications via email,
301
+
> Slack, Telegram, and others.
302
+
>
303
+
> See [OpenTelemetry](https://github.com/redis/go-redis/tree/master/example/otel) example which
304
+
> demonstrates how you can use Uptrace to monitor go-redis.
0 commit comments