We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa0356 commit f265a7eCopy full SHA for f265a7e
2 files changed
shard.lock
@@ -195,15 +195,15 @@ shards:
195
196
pool:
197
git: https://github.com/ysbaddaden/pool.git
198
- version: 0.3.0
+ version: 0.2.4
199
200
promise:
201
git: https://github.com/spider-gazelle/promise.git
202
version: 3.2.0
203
204
- redis:
+ redis: # Overridden
205
git: https://github.com/stefanwille/crystal-redis.git
206
- version: 2.7.0+git.commit.e81d33945592688c07add1274b811c06d0e4ee26
+ version: 2.9.1
207
208
redis-cluster:
209
git: https://github.com/place-labs/redis-cluster.cr.git
shard.override.yml
@@ -9,3 +9,6 @@ dependencies:
9
ulid:
10
github: place-labs/ulid
11
branch: master
12
+
13
+ redis:
14
+ github: stefanwille/crystal-redis
0 commit comments