You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implemented matrix for build arch, updated licence description, switched to installing rust according to redis/redis flow
* added test job as a placeholder for smoke test
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+85-4Lines changed: 85 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@ name: redis
2
2
adopt-info: redis
3
3
summary: Redis is used as a database, cache and message broker. # 79 char long summary
4
4
description: |
5
-
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. |
5
+
Redis is source-available software, available under both the Redis Source Available License v2 (RSALv2) and the Server Side Public License v1 (SSPLv1). In-memory data structure store, used as a database, cache and message broker. |
6
6
It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. |
7
7
Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. |
8
8
|
9
9
Check out https://redis.io/ for more information.
10
10
11
11
grade: stable # must be 'stable' to release into candidate/stable channels
12
12
confinement: strict # use 'strict' once you have the right plugs and slots
0 commit comments