Is there a way to multi get keys in a single call?

I need to read a random set of keys 50 at a time, I find it really slow to do it via a loop, Redis and RocksDB has a multi-get method that accepts an array of keys

What is the equivalent in badger?

Go has goroutines, which other languages don’t. Use them to make these accesses concurrent.