fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.31k stars 172 forks source link

Feature Request: HLL #11

Open tvpavan opened 7 years ago

tvpavan commented 7 years ago

Wonderful project. Would love to see PFADD , PFMERGE and PFCOUNT being added in upcoming releases.

fastio commented 7 years ago

OK, I will implement these commands you mentioned as soon as possible. :)

fastio commented 7 years ago

Hi @tvpavan, The PFADD, PFCOUNT, PFMERGE were implemented.