Using Redis bitmap operations like BITCOUNT from .NET? -
the redis bitmap operations setbit, getbit, bitcount , bitop interesting scenarios, analytics. these accessible of available .net redis drivers, servicestack.redis?
i've been browsing source code of servicestack.redis , seems offer support setbit , getbit, i'm not seeing mentions of bitcount or bitop.
so, there .net redis drivers out there allow me use operations bitop? if not, can use of drivers send "raw" commands redis?
booksleeve has support, can browse of code here:
Comments
Post a Comment