Parth 644692db79
Fixing a lua debugger bug that prevented use of 'server' for server.call invocations. (#303)
* Tested it on local instance. This was originally part of
https://github.com/valkey-io/valkey/pull/288 but I am pushing this
separately, so that we can easily merge it into the upcoming release.

```
lua debugger> server ping
<redis> ping
<reply> "+PONG"
lua debugger> redis ping
<redis> ping
<reply> "+PONG"
```

* I also searched for lua debugger related unit tests to add coverage
for this but did not find any relevant test to modify. Leaving it at
that for now.

---------

Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
2024-04-11 15:54:39 -07:00
..
2022-11-23 17:39:08 +02:00
2024-04-07 17:30:38 -07:00
2024-04-03 23:20:06 +02:00
2024-04-03 23:20:06 +02:00
2020-04-24 17:11:21 -07:00
2024-04-03 11:02:43 +08:00
2020-05-05 23:35:08 -04:00
2024-04-03 23:20:06 +02:00
2021-07-10 10:04:54 -05:00