Skip to content

Commit b1bd301

Browse files
authored
Merge branch 'valkey-io:main' into rename-releases-versioning
2 parents 8fe95c7 + 929da13 commit b1bd301

File tree

139 files changed

+859
-18551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+859
-18551
lines changed

.github/workflows/check-links.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check links
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
check-links:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Checkout valkey-doc
16+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17+
- name: Check links
18+
run: |
19+
./utils/check-links.pl

clients/swift/valkey-swift.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "valkey-swift",
3+
"description": "Swift client for Valkey.",
4+
"repo":"https://github.com/valkey-io/valkey-swift",
5+
"installation": "swift package add-dependency https://github.com/valkey-io/valkey-swift",
6+
"version":"v0.1.0",
7+
"version_released":"2025-08-04",
8+
"language":"swift",
9+
"license": "Apache-2.0",
10+
"read_from_replica": false,
11+
"smart_backoff_to_prevent_connection_storm": true,
12+
"pubsub_state_restoration": false,
13+
"cluster_scan": false,
14+
"latency_based_read_from_replica": false,
15+
"AZ_based_read_from_replica": false,
16+
"client_side_caching": false,
17+
"client_capa_redirect": false,
18+
"persistent_connection_pool": true
19+
}

0 commit comments

Comments
 (0)