Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodelazeri committed Jan 6, 2023
1 parent ab6a98a commit 43dbea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ func (db *DB) has(auxm *memdb.DB, auxt tFiles, key []byte, seq uint64, ro *opt.R
// of the returned slice.
// It is safe to modify the contents of the argument after Get returns.
func (db *DB) Get(key []byte, ro *opt.ReadOptions) (value []byte, err error) {
fmt.Println("GET BABY key", string(key))
// fmt.Println("GET BABY key", string(key))

// val2, err := db.rdb.Get(context.Background(), string(key)).Result()
// if err == redis.Nil {
Expand Down

0 comments on commit 43dbea2

Please sign in to comment.