hulk

Results 524 comments of hulk

@dpasiukevich Aha, I see. It did work if we explicitly specified the key-value pairs in the instruction. It looks reasonable, but it should be hard to use from the user...

@dpasiukevich Thanks for your clarification. > Yes, we should allow anything which jsonschema-go converts to json object (only maps and structs come to my mind, but if we missed anything,...

@dpasiukevich Could have a look again.

@dpasiukevich Could you please take a look at it to see if anything else needs to be addressed?

> Apologies, this PR got lost in the inbox. > > One small nit + could you PTAL: > > > And we're good to merge. Thanks! @dpasiukevich Done, sorry...

@LindaSummer Sounds good to me, thank you!

Yes, perhaps we can support this in Dockerfile like PostgreSQL: https://github.com/docker-library/postgres/blob/cefde5ff6f102fcd381a03210c7734816c59aa3e/docker-entrypoint.sh#L9.

@Taymindis Delete keys with the specified prefix would be easy in Kvrocks, but Redis now doesn't have a command for this and we need to invent one if we would...

> oh scan already supports key pattern, but kvrocks is faster than expected @ShooterIT Yes, another fast path is to use `DeleteRange` for the deletion command.