jonasmao commented on issue #3074: URL: https://github.com/apache/kvrocks/issues/3074#issuecomment-3116711641
> [kvrocks/src/storage/redis_metadata.cc](https://github.com/apache/kvrocks/blob/cc82eead4784d6143eb6315e03e0359d3b3e0d91/src/storage/redis_metadata.cc#L322-L325) > > Lines 322 to 325 in [cc82eea](/apache/kvrocks/commit/cc82eead4784d6143eb6315e03e0359d3b3e0d91) > > bool Metadata::ExpireAt(uint64_t expired_ts) const { > if (!IsEmptyableType() && size == 0) { > return true; > } > You can check here. get! this make the other redis type like string can also set the key(size==0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
