[ 原始碼: redis ]
套件:redis-tools(5:7.2.5-2)
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
Persistent key-value database with network interface (client)
Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets.
This package contains the command line client and other tools.
其他與 redis-tools 有關的套件
|
|
|
|
-
- dep: adduser
- add and remove users and groups
-
- dep: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.38)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支援函式庫
-
- dep: libjemalloc2 (>= 3.5.0)
- general-purpose scalable concurrent malloc(3) implementation
-
- dep: liblzf1 (>= 1.5)
- Very small data compression library
-
- dep: libssl3t64 (>= 3.0.0)
- Secure Sockets Layer toolkit - shared libraries
-
- dep: libsystemd0
- systemd utility library
-
- sug: ruby-redis
- Ruby client library for Redis