Skip to content

Commit 448689c

Browse files
authored
quickfix of changing glideClient to become GlideClient (valkey-io#3000)
Signed-off-by: Edward Liang <[email protected]>
1 parent c8d8718 commit 448689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/api/glide_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (client *GlideClient) Select(index int64) (string, error) {
165165
// fmt.Println(result) // Output: 1
166166
//
167167
// [valkey.io]: https://valkey.io/commands/dbsize/
168-
func (client *glideClient) DBSize() (int64, error) {
168+
func (client *GlideClient) DBSize() (int64, error) {
169169
result, err := client.executeCommand(C.DBSize, []string{})
170170
if err != nil {
171171
return defaultIntResponse, err

0 commit comments

Comments
 (0)