Gnanesh

Results 13 issues of Gnanesh

Server: `docker run -it -p 30001:30001 -p 30002:30002 -p 30003:30003 redislabs/rgcluster:latest` ``` $ redis-cli -p 30003 127.0.0.1:30003> RG.PYEXECUTE 'GB().run()' UNBLOCKING bf7139d110f9f22f345bd34570447e36ce250f20-3 $ redis-cli -p 30002 127.0.0.1:30002> RG.GETRESULTS bf7139d110f9f22f345bd34570447e36ce250f20-3 1) (empty...

enhancement

Browser option: ![image](https://github.com/RedisInsight/RedisInsight/assets/20211167/76b430e3-0b39-4043-9745-d568bf1b6190) ### Testing Vector 32 bit data: - Use the "Vector Similarity Search" guide to load 32 bit data. - Select browser and view the loaded hash data...

This changes pushes the image to v1 repo - `redislabs/redisinsight` - Creds are populated in CircleCI project environment variables.

The PR is part of the Dependabot fixes but is diverged from https://github.com/RedisInsight/RedisInsight/pull/3229 to test the electron-builder changes properly. Since we move to the latest version directly, which jumps past...

#### Bumps - webpack-dev-middleware - express (and all NestJS packages) - follow-redirects - IP # Important I noticed that platform-express used a fixed older version of the express package. While...

Please check - https://redislabs.atlassian.net/browse/RI-5523?focusedCommentId=1793216

Fix https://github.com/RedisInsight/RedisInsight/issues/3373 'brotli-wasm' is the correct and latest package for Brotli decompression. The library uses WASM.

Introduced two new formats: - Timestamp UTC - Formats to: 'Sun, 21 Jul 2024 18:04:00 GMT' - Timestamp Local - Formats to: 'Sun, 21 Jul 2024 23:34:00 GMT+05:30'

Addresses https://github.com/RedisInsight/RedisInsight/issues/3214