Pipeline for IRedisNative Client

can someone point me in the right direction on how to create pipeline for this client? We have a number of commands we use in byte[] format such a LPUSH and would like to use a pipeline for them

You should be able to cast the redis parameter into a IRedisNativeClient to access the low-level byte[] APIs, e.g:

1 Like