Skip to content

Commit

Permalink
feat: add function support
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuaqin committed Dec 9, 2024
1 parent 19ca095 commit 4397133
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/rdb/rdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func (ld *Loader) parseRDBEntry(ctx context.Context, rd *bufio.Reader) {
_ = structure.ReadLength(rd) // expires_slot_size
case kFlagFunction:
log.Panicf("function library data not supported, need PR to support")

case kFlagFunction2:
function := structure.ReadString(rd)
log.Debugf("function: %s", function)
Expand Down

0 comments on commit 4397133

Please sign in to comment.