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:

https://code.google.com/p/booksleeve/source/browse/booksleeve/istringcommands.cs?r=cbbead9c7c2b2e489b5211b3f79a717d974270b7

https://code.google.com/p/booksleeve/source/browse/tests/strings.cs?r=ac3029560bd19dd4b505e521187ddbe98e7ffa16


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -