Skip to content

Commit

Permalink
quickfix of changing glideClient to become GlideClient (#3000)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Liang <[email protected]>
  • Loading branch information
edlng authored Jan 24, 2025
1 parent c8d8718 commit 448689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/glide_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (client *GlideClient) Select(index int64) (string, error) {
// fmt.Println(result) // Output: 1
//
// [valkey.io]: https://valkey.io/commands/dbsize/
func (client *glideClient) DBSize() (int64, error) {
func (client *GlideClient) DBSize() (int64, error) {
result, err := client.executeCommand(C.DBSize, []string{})
if err != nil {
return defaultIntResponse, err
Expand Down

0 comments on commit 448689c

Please sign in to comment.