当前位置:网站首页>SSDB基础3
SSDB基础3
2022-04-23 18:54:00 【franket】
客户端连接
[[email protected] ssdb]# ./ssdb-cli -p 8888
ssdb (cli) - ssdb command line tool.
Copyright (c) 2012-2015 ssdb.io
'h' or 'help' for help, 'q' to quit.
ssdb-server 1.9.2
ssdb 127.0.0.1:8888> info
version
1.9.2
links
1
total_calls
1
dbsize
0
binlogs
capacity : 20000000
min_seq : 0
max_seq : 0
serv_key_range
kv : "" - ""
hash: "" - ""
zset: "" - ""
list: "" - ""
data_key_range
kv : "" - ""
hash: "" - ""
zset: "" - ""
list: "" - ""
leveldb.stats
Compactions
Level Files Size(MB) Time(sec) Read(MB) Write(MB)
--------------------------------------------------
17 result(s) (0.001 sec)
ssdb 127.0.0.1:8888>
发送信号终止服务
[[email protected] ssdb]# ps faux | grep ssdb | grep -v grep
root 10890 0.4 1.8 184860 36164 ? Ssl 21:05 0:01 ./ssdb-server -d ssdb.conf
[[email protected] ssdb]# cat var/ssdb.pid
10890[[email protected] ssdb]# kill `cat ./var/ssdb.pid`
[[email protected] ssdb]# ps faux | grep ssdb | grep -v grep
[[email protected] ssdb]# cat var/ssdb.pid
cat: var/ssdb.pid: No such file or directory
[[email protected] ssdb]#
版权声明
本文为[franket]所创,转载请带上原文链接,感谢
https://cloud.tencent.com/developer/article/1986138
边栏推荐
- WebView saves the last browsing location
- Sentinel规则持久化进Nacos
- Dynamically add and delete layouts
- #yyds干货盘点#stringprep --- 因特网字符串预备
- 微搭低代码零基础入门课(第三课)
- 七、DOM(下) - 章节课后练习题及答案
- ESP32 LVGL8. 1 - roller rolling (roller 24)
- Database computer experiment 4 (data integrity and stored procedure)
- 机器学习理论基础篇--关于机器学习的一些术语
- Sentinel服务熔断实战(sentinel整合ribbon+openFeign+fallback)
猜你喜欢
Machine learning practice - naive Bayes
Machine learning theory (8): model integration ensemble learning
MVVM model
ctfshow-web362(SSTI)
STM32: LCD display
从技术体系到商业洞察,中小研发团队架构实践之收尾篇
Raspberry pie uses root operation, and the graphical interface uses its own file manager
Introduction to micro build low code zero Foundation (lesson 3)
ESP32 LVGL8. 1 - arc (arc 19)
机器学习实战 -朴素贝叶斯
随机推荐
Introduction to ROS learning notes (I)
Deeply understand what new and make in golang are and what are the differences?
Go language GUI framework Fyne Chinese garbled or not displayed
[mathematical modeling] - analytic hierarchy process (AHP)
STM32: LCD display
ESP32 LVGL8. 1 - roller rolling (roller 24)
How about CICC wealth? Is it safe to open an account up there
Nacos cluster construction and MySQL persistence configuration
Esp32 (UART receiving and sending) - receiving and sending communication of serial port (4)
Druid SQL和Security在美团点评的实践
迁移学习进阶
PyGame tank battle
Loop path
Fundamentals of machine learning theory -- some terms about machine learning
mysql_ Download and installation of Linux version
listener. log
【历史上的今天】4 月 23 日:YouTube 上传第一个视频;网易云音乐正式上线;数字音频播放器的发明者出生
使用 bitnami/postgresql-repmgr 镜像快速设置 PostgreSQL HA
剑指 Offer II 116. 省份数量-空间复杂度O(n),时间复杂度O(n)
MySQL学习第五弹——事务及其操作特性详解