当前位置:网站首页>Redis special data type hyperloglog
Redis special data type hyperloglog
2022-07-24 06:48:00 【Life goes on and battles go on】
brief introduction

test :
127.0.0.1:6379> pfadd mykey a b c d e f g h i j
(integer) 1
127.0.0.1:6379> pfcount mykey
(integer) 10
127.0.0.1:6379> pfadd mykey2 i j z x c v b n m
(integer) 1
127.0.0.1:6379> pfmerge mykey3 mykey mykey2
OK
127.0.0.1:6379> pfcount mykey3
(integer) 15
边栏推荐
- Take you to understand the inventory deduction principle of MySQL database
- [audio decoding chip] Application of vs1503 audio decoding chip
- LM393 电压比较器及其典型电路介绍
- NFS shared services and experiments
- (static, dynamic, file) three versions of address book
- 【LVGL(3)】设置对象大小、位置、盒子模型、状态
- Special effects - starry cosmic background effects
- 机器学习案例:孕妇吸烟与胎儿健康
- [lvgl layout] flexible layout
- Experiment: creation, expansion, and deletion of LVM logical volumes
猜你喜欢
随机推荐
JS - numerical processing (rounding, rounding, random numbers, etc.)
JSONObject按照key的A——Z顺序排序
United Nations agricultural products data analysis
STM32 MP3 music player based on FatFs r0.14b & SD card (also a simple application of FatFs)
Redis数据类型-String(字符串类型)
[jquery custom plug-in] 1 custom cache plug-in -jquerycache
Special effects - Cherry Blossom falling background effects
DNS domain name resolution service
RAID的配置实验
Solution: exit status 1 and exit status 145 appear when the console uses NVM to control the node version
Summary browser object
Browser local storage
Quick start of go language
Redis.conf详解
Neural network superparameter adjustment (based on ray package)
【LVGL布局】网格布局
sql server 同步数据库 跨网段无公网ip几个常见小问题问题
Random forest, lgbm parameter adjustment based on Bayesian Optimization
Jenkins CI CD
I have seven schemes to realize web real-time message push, seven!









