搜索结果
找到约 5 项符合
Flush 的查询结果
Linux/Unix编程 Flush解码源程序
Flush解码源程序
其他 memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers.
memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the server.
memstat - Dump the stats of your servers to standard output
memslap - Load generation utility (benchmark!)
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
家庭/个人应用 一个性能高
一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...