All Projects → cc20110101 → Redisview

cc20110101 / Redisview

RedisView implements open source, cross-platform and high performance Redis interface tools through self-written RESP protocol parsing, self-written tree model and thread pool. RedisView业余爱好通过自写RESP协议解析、自写树模型、线程池实现开源、跨平台、高性能Redis界面图形化工具

Labels

Projects that are alternatives of or similar to Redisview

Rdm Builder
Redis Desktop Manager Builder
Stars: ✭ 320 (-15.12%)
Mutual labels:  redis, qt
Tgcloud
Opensource Telegram based cloud storage
Stars: ✭ 371 (-1.59%)
Mutual labels:  redis
Phper
一个PHPer的升级之路
Stars: ✭ 362 (-3.98%)
Mutual labels:  redis
Quartz
Vulkan RTX path tracer with a declarative ES7-like scene description language.
Stars: ✭ 367 (-2.65%)
Mutual labels:  qt
Ratelimitj
A Java library for Rate-Limiting, providing extensible storage and application framework adaptors.
Stars: ✭ 362 (-3.98%)
Mutual labels:  redis
Spring Boot Projects
该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。
Stars: ✭ 4,022 (+966.84%)
Mutual labels:  redis
Interviewguide
计算机校招、社招面试八股文整理,也是《逆袭进大厂》唯一仓库,目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题,坚持将此仓库维护下去。
Stars: ✭ 288 (-23.61%)
Mutual labels:  redis
Dynomite
A generic dynamo implementation for different k-v storage engines
Stars: ✭ 3,830 (+915.92%)
Mutual labels:  redis
Redislock
Simplified distributed locking implementation using Redis
Stars: ✭ 370 (-1.86%)
Mutual labels:  redis
Rebridge
A transparent Javascript interface to Redis.
Stars: ✭ 367 (-2.65%)
Mutual labels:  redis
Hmifuncdesigner
HmiFuncDesigner是一款集HMI,数据采集于一体的软件。目前支持Modbus协议,JavaScript解析,画面功能编辑等。HmiFuncDesigner is a software integrating HMI and data collection.Now it supports Modbus protocol, JavaScript explain, graphic control edit etc.
Stars: ✭ 364 (-3.45%)
Mutual labels:  qt
Full Stack Notes
全栈工程师手册
Stars: ✭ 366 (-2.92%)
Mutual labels:  redis
Aquarius
🔱 Nepxion Aquarius is a list of distribution components based on Redis + Zookeeper with Nepxion Matrix AOP framework, including distribution lock, cache, id generator, limitation 分布式锁、缓存、全局唯一主键、限流
Stars: ✭ 368 (-2.39%)
Mutual labels:  redis
Ledisdb
A high performance NoSQL Database Server powered by Go
Stars: ✭ 3,770 (+900%)
Mutual labels:  redis
Texmacs
Source Code of GNU TeXmacs, Developers Guide ==>
Stars: ✭ 372 (-1.33%)
Mutual labels:  qt
His
HIS英文全称 hospital information system(医院信息系统http://59.110.234.89:9999/swagger-ui.html ),医疗信息就诊系统,系统主要功能按照数据流量、流向及处理过程分为临床诊疗、药品管理、财务管理、患者管理。诊疗活动由各工作站配合完成,并将临床信息进行整理、处理、汇总、统计、分析等。本系统包括以下工作站:门诊医生工作站、药房医生工作站、医技医生工作站、收费员工作站、对帐员工作站、管理员工作站。需求为东软提供的云医院。
Stars: ✭ 359 (-4.77%)
Mutual labels:  redis
Node Tutorial
☺️Some of the node tutorial -《Node学习笔记》
Stars: ✭ 364 (-3.45%)
Mutual labels:  redis
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (-2.39%)
Mutual labels:  qt
Mall Cloud Alibaba
mall-cloud-alibaba 是一套基于开源商城 mall 改造的 spring cloud alibaba 体系微服务商城系统。采用了spring cloud alibaba 、 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术。前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Stars: ✭ 370 (-1.86%)
Mutual labels:  redis
Lmstfy
Implements task queue in Golang which based on Redis storage
Stars: ✭ 373 (-1.06%)
Mutual labels:  redis

RedisView

RedisView is a redis open source,cross-platform and high performance gui tool. provides simple add, delete, alter and basic commands, supports cluster mode. Copy set or cluster mode only need to fill out an IP and port.

Function:

1.RedisView implements open source, cross-platform and high performance Redis interface tools through self-written RESP protocol parsing, self-written tree model and thread pool
2.Redis database view tool, providing CURD functionality
3.provide basic command operation
4.support singleton and replication and cluster model
5.suppport subscribe and publish mode
6.support batch delete
7.Supporting one-time access to tens of millions of levels of data, key mode scanning to support billions of levels of database, telecom operator level cache measurement
8.Support set language and encoding


RedisView

RedisView是开源、跨平台、高性能的Redis数据库图形化界面工具,提供简单的增删改查和基本命令,支持集群模式。复制集或是集群模式只需要填写一个ip和端口即可。

功能:

1、RedisView通过自写RESP协议解析、自写树模型、线程池实现开源、跨平台、高性能Redis界面工具
2、Redis数据库视图工具,提供CURD功能
3、提供基本命令运行
4、支持单例、复制集、集群模式
5、支持订阅发布模式
6、支持批量删除、Oracle和Mysql导入导出操作
7、支持一次性获取千万级别数据量,键模式扫描支持亿级数据库,运营商级别缓存实测
8、支持设置语言和编码


Donate

Power the RedisView Community with your donation by scanning WeiPay or AliPay two-dimension code,Please leave your nonation information when donating.
My code
AliPay↑
My code
WeiPay↑


Thanks

*才


More use information

https://blog.csdn.net/cc20110101/article/details/87301562

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].