Skip to content

Commit dcdecb1

Browse files
authored
Update README.md
Signed-off-by: Adam Fowler <[email protected]>
1 parent 48287fc commit dcdecb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try await valkeyClient.withConnection { connection in
3333
}
3434
```
3535

36-
All the Valkey commands are in the Commands folder of the Valkey target. These are generated from the model files Valkey supplies in [valkey](https://github.com/valkey-io/valkey/src/commands). In many cases where it was possible to ascertain the return type of a command these functions will return that expected type. In situations where this is not possible we have either added a custom return type or a `RESPToken` is returned and you'll need to convert it manually.
36+
All the Valkey commands are in the Commands folder of the Valkey target. These are generated from the model files Valkey supplies in the [valkey](https://github.com/valkey-io/valkey/tree/unstable/src/commands) repository. In many cases where it was possible to ascertain the return type of a command these functions will return that expected type. In situations where this is not possible we have either added a custom return type or a `RESPToken` is returned and you'll need to convert it manually.
3737

3838
### Pipelining commands
3939

0 commit comments

Comments
 (0)