Similar to Redis Client "Pipe" functions

Hi. I was just wondering if there is (or whether there needs to be) something similar to the Redis client “pipe” functions in which you can create an array / list of functions which will execute at once rather than running numerous inserts one after another for example. The pipe function performs the same functionality it just saves something like a foreach ($command) put into Aerospike kind of thing.

1 Like