Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuyoo/bs-redis-desktop-client

The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!
https://github.com/fuyoo/bs-redis-desktop-client

bs-redis bs-redis-desktop-client cross-platform redis redis-gui rust

Last synced: about 2 months ago
JSON representation

The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!

Awesome Lists containing this project

README

        

# BS Redis Desktop Client n

English | [中文](./docs/zh_CN.md)

> BS Redis Desktop Client tauri

> The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster
> running speed!

## Todo List

- [ ] String
- [ ] JSON
- [ ] Lists
- [ ] Sets
- [ ] Hashes
- [ ] Sorted sets
- [x] ⚠️Streams (we are unsupported.)
- [x] ⚠️Geospatial (we are unsupported.)
- [x] ⚠️Bitmaps (we are unsupported.)
- [x] ⚠️Bitfields (we are unsupported.)
- [x] ⚠️Probabilistic (we are unsupported.)
- [x] ⚠️Time series (we are unsupported.)

## Screenshots
![1](./docs/imgs/1.png)

## this project is rebuilding, if you need the old resource please check tag#1.1.1

## branch sciter is based on sciter framework,more info see sciter branch.

## Software download and communication

* Software download:[Home Page](http://bs.xsa.link)
* Communication: QQ GROUP:877290961

### Development

```shell
pnpm tauri:dev
```

### Directory tree

- `/src-tauri` is [tauri](https://tauri.app/) rust code

### Init environment

- See [tauri guides](https://tauri.app/v1/guides/)

### build

```shell
pnpm tauri:build
```

### Other

- change app icon `pnpm tauri:gen-icon`
- redis uri see [redis uri](./docs/uri.md)

## LICENSE

[MIT](./LICENSE)