issues
search
bikeshedder
/
deadpool
Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k
stars
137
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix deadpool-memcached
#368
bikeshedder
opened
2 days ago
0
Unable to switch to a different redis database when using deadpool-redis with sentinel
#367
ederuiter
opened
3 days ago
4
Add error variant to deadpool_diesel::Error for diesel errors
#366
bikeshedder
opened
1 week ago
0
Remove Result<_, InteractError> from interact signature
#365
bikeshedder
opened
1 week ago
0
Rethink the hook API
#364
bikeshedder
opened
1 week ago
0
PostgreSQL: better documentation for statement caching
#362
jaskij
opened
2 weeks ago
1
Question: Blocking issue when using deadpool-redis with a connection established over an SSH tunnel
#361
honhimW
closed
4 weeks ago
9
Support PostgreSQL notifications.
#360
lvella
opened
1 month ago
2
Feature Request: Support max_lifetime.
#359
clia
opened
1 month ago
2
Update Cargo.toml
#358
Dylan-DPC
closed
3 weeks ago
0
Allow configuring Redis connections via AsyncConnectionConfig
#357
Louis-Tarvin
opened
2 months ago
0
Update Redis to 0.27.
#356
brocaar
closed
2 months ago
1
Fix serde not in scope error.
#355
brocaar
closed
2 months ago
3
Export ProtocolVersion in the public interface
#354
bIgBV
closed
2 months ago
0
deadpool-redis does not export ProtocolVersion
#353
bIgBV
closed
2 months ago
2
Add new configuration: minimum count of elements.
#352
xuxiaocheng0201
closed
2 months ago
3
Add read_from_replicas method and environment variable support for Redis cluster configuration
#351
fruscianteee
closed
2 months ago
8
Support for read_from_replicas option in deadpool_redis
#350
fruscianteee
closed
2 months ago
4
Use deadpool without adapters
#349
qaqland
closed
2 months ago
3
Redis: how to obtain sync connection from async_cluster pool?
#348
heavycharged
opened
2 months ago
1
Bump rusqlite to 0.32.1
#347
matteron
closed
2 months ago
2
deadpool_diesel lost connection
#346
jutbin
closed
2 months ago
4
fix redis cluster test_recycled test
#345
rgrfoss
closed
3 months ago
10
Fix redis-cluster tests
#344
bikeshedder
closed
3 months ago
3
chore: bump `redis` to 0.26
#342
attila-lin
closed
3 months ago
5
unable to open database file via dsn path
#341
thoongnv
closed
3 months ago
3
Disabling prepared statements
#340
TheOtherBrian1
closed
4 months ago
3
Add redis sentinel connection pool
#339
smf8
closed
2 months ago
5
Redis Sentinel connection pool
#338
smf8
closed
2 months ago
4
AMQPUri in deadpool lapin
#337
bikeshedder
opened
5 months ago
0
Keep track of all objects
#336
bikeshedder
opened
5 months ago
0
Implement Manager on a different type than `Object`
#335
JosiahParry
closed
4 months ago
3
Add test for `Sync` trait on `Pool::get()`
#334
samchouse
closed
5 months ago
0
Missing `Sync` somewhere along the chain of `Pool::get`
#333
samchouse
closed
5 months ago
7
Support build_transaction() on GenericClient?
#331
mpalmer
closed
5 months ago
2
Block on dropping SyncWrapper.
#330
xuxiaocheng0201
opened
5 months ago
3
Remove async_trait dependency in deadpool_postgres
#328
bikeshedder
opened
5 months ago
0
Changes to the declaration of Manager `fn create(&self)`
#327
pangzhenzhou
closed
5 months ago
3
fix: race condition in SyncWrapper
#326
maan2003
closed
5 months ago
0
deadpool-sync::SyncWrapper is broken
#325
maan2003
closed
5 months ago
10
deadpool-sqlite 0.8.1 release
#324
danburkert
closed
6 months ago
1
Code that compiles under deadpool-postgres 0.12.1 fails to compile under 0.13.2
#323
and-reas-se
closed
5 months ago
16
WASM support
#322
bikeshedder
closed
6 months ago
5
How to clear all items in unmanaged::Pool ?
#321
xiaoxin-sky
closed
6 months ago
5
Futures returned by methods on `deadpool_postgres::GenericClient` are not Send
#320
and-reas-se
closed
6 months ago
3
Add license files to published deadpool-* crates
#319
musicinmybrain
closed
6 months ago
3
The `Future`s returned by `managed::Pool` `async fn`s are not `Send`
#318
SergioBenitez
closed
6 months ago
2
Is it possible to set the search_path/schema name in the database url itself while creating the dbpool.
#317
NrajuIO
closed
5 months ago
5
Expose API for providing a custom Connect impl and pass through the `runtime` feature
#316
shadaj
closed
6 months ago
4
Timeouts: Make `new()` and `wait_millis()` const fns
#315
Turbo87
closed
7 months ago
4
Next