| ID | 19148 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Package Name | redict | |||||||||||||
| Links | Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem | |||||||||||||
| Version | 7.3.0 | |||||||||||||
| Release | 1.fc41 | |||||||||||||
| Epoch | Draft | False | ||||||||||||
| Source | git+https://src.fedoraproject.org/rpms/redict.git#9dc0db5fa8b655e142eb60d13891e0cc6bee5a94 | |||||||||||||
| Summary | A persistent key-value database | |||||||||||||
| Description | Redict is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redict works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redict also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redict behave like a cache. You can use Redict from most programming languages also. | |||||||||||||
| Built by | kojiadmin | |||||||||||||
| State | complete | |||||||||||||
| Volume | DEFAULT | |||||||||||||
| Started | Fri, 03 May 2024 00:00:45 CST | |||||||||||||
| Completed | Fri, 03 May 2024 00:23:54 CST | |||||||||||||
| Task | build (f41, /rpms/redict.git:9dc0db5fa8b655e142eb60d13891e0cc6bee5a94) | |||||||||||||
| Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/redict.git#9dc0db5fa8b655e142eb60d13891e0cc6bee5a94'}} | |||||||||||||
| Tags |
|
|||||||||||||
| RPMs |
|
|||||||||||||
| Logs |
|
|||||||||||||
| Changelog | * Wed Apr 03 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0-1 - Update to 7.3.0 stable * Thu Mar 28 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0~rc2-1 - update to 7.3.0-rc2 - remove sample confs from /usr/share * Sun Mar 24 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0~rc1-1 - Initial package build, release candidate |