Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / benashford/redis-async-rs issues and pull requests
#97 - this crate may need some docs update like use build with username and password
Issue -
State: open - Opened by bruceunx 3 months ago
#96 - Improve `PubsubConnection` handling for multiple subscribers to the same topic (or document limitation)
Issue -
State: open - Opened by msdrigg 6 months ago
#95 - Upgrade Rustls
Pull Request -
State: closed - Opened by benashford 9 months ago
#94 - Ensure that functions within socket2 are only called if the right fea…
Pull Request -
State: closed - Opened by benashford 11 months ago
#93 - v0.17.0 broken build
Issue -
State: closed - Opened by jizizr 11 months ago
- 3 comments
#92 - Use a default small keepalive value for Redis connections
Pull Request -
State: closed - Opened by benashford about 1 year ago
#91 - What is our reconnect mechanism like?
Issue -
State: closed - Opened by leenstx over 1 year ago
- 1 comment
#90 - What is our reconnect mechanism like?
Issue -
State: open - Opened by leenstx over 1 year ago
- 1 comment
#89 - Ensure that errors in the PUBSUB channel are reported
Pull Request -
State: closed - Opened by benashford over 1 year ago
- 1 comment
#88 - Pub/Sub error: Unexpected("PUBSUB message should be encoded as an array")
Issue -
State: closed - Opened by wildonion over 1 year ago
- 6 comments
#87 - Would be good to have changelog for releases
Issue -
State: open - Opened by repi over 1 year ago
#86 - Better error reporting in the event of a failure
Pull Request -
State: closed - Opened by benashford almost 2 years ago
#85 - Fix pubsub weirdness
Pull Request -
State: closed - Opened by benashford almost 2 years ago
#84 - PubsubStream Drop impl Calls Unsubscribe
Issue -
State: closed - Opened by kalkronline almost 2 years ago
- 2 comments
#83 - Pub/Sub Connection Drops When no (P)Subscribers Remain
Issue -
State: closed - Opened by kalkronline almost 2 years ago
- 2 comments
#82 - README link to pubsub example broken
Issue -
State: closed - Opened by tommorris about 2 years ago
- 1 comment
#81 - Alternative pr 80
Pull Request -
State: closed - Opened by benashford about 2 years ago
- 1 comment
#80 - Add TLS support
Pull Request -
State: closed - Opened by Nehliin about 2 years ago
- 1 comment
#79 - EXPIRE not working?
Issue -
State: closed - Opened by zuiyu1998 over 2 years ago
- 1 comment
#78 - Remove note about optional Tokio v0.2 compatibility
Pull Request -
State: closed - Opened by robjtede over 2 years ago
- 1 comment
#77 - Clearup dependencies
Pull Request -
State: closed - Opened by benashford over 2 years ago
#76 - subscribe to multiple channels in same stream?
Issue -
State: open - Opened by iceisfun about 3 years ago
- 1 comment
#75 - Support for explicit pipelining
Issue -
State: closed - Opened by jofas over 3 years ago
- 2 comments
#74 - Give Tokio the thing to resolve, rather than the resolved address, th…
Pull Request -
State: closed - Opened by benashford over 3 years ago
#73 - Refactoring
Pull Request -
State: open - Opened by dippi over 3 years ago
#72 - Resolve pubsub future only when nothing can happen anymore
Pull Request -
State: open - Opened by dippi over 3 years ago
- 1 comment
#71 - Report errors better
Pull Request -
State: closed - Opened by benashford over 3 years ago
#70 - Sentinel
Pull Request -
State: open - Opened by prk3 almost 4 years ago
- 3 comments
#69 - Avoid panic
Pull Request -
State: closed - Opened by nazar-pc almost 4 years ago
- 5 comments
#68 - thread 'main' panicked at 'there is no reactor running, must be called from the context of a Tokio 1.x runtime', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.4.0/src/runtime/context.rs:37:26
Issue -
State: open - Opened by MrZhouYj almost 4 years ago
- 6 comments
#67 - Sentinel support
Issue -
State: open - Opened by prk3 almost 4 years ago
- 3 comments
#66 - Make Tokio 1.0 the default?
Issue -
State: closed - Opened by davidpdrsn about 4 years ago
- 2 comments
#65 - Refactoring
Pull Request -
State: open - Opened by benashford about 4 years ago
#64 - Release 0 8
Pull Request -
State: closed - Opened by benashford about 4 years ago
- 1 comment
#63 - Auth
Pull Request -
State: closed - Opened by antialize about 4 years ago
- 4 comments
#62 - How to test that `PubsubConnection` is still working?
Issue -
State: open - Opened by davidpdrsn about 4 years ago
- 3 comments
#61 - Use a Mutex rather than RwLock
Pull Request -
State: closed - Opened by benashford about 4 years ago
- 1 comment
#60 - PoisonError in reconnect.rs
Issue -
State: closed - Opened by davidpdrsn about 4 years ago
- 9 comments
#59 - impl `ToRespInteger` for more integers
Pull Request -
State: closed - Opened by arniu over 4 years ago
#58 - Allow trailing comma in `resp_array`
Pull Request -
State: closed - Opened by arniu over 4 years ago
- 2 comments
#57 - add psubscribe support
Pull Request -
State: closed - Opened by GopherJ over 4 years ago
- 2 comments
#56 - Redis Async 0.7.0
Pull Request -
State: closed - Opened by benashford over 4 years ago
#55 - Update redis-async to most recent Tokio
Pull Request -
State: closed - Opened by asevans48 over 4 years ago
- 2 comments
#54 - Tiny README fix: competative -> competitive
Pull Request -
State: closed - Opened by gak over 4 years ago
- 2 comments
#53 - Please support redis specify password and databese
Issue -
State: open - Opened by marvinpan8 over 4 years ago
- 1 comment
#52 - update tokio-util to 0.3
Pull Request -
State: closed - Opened by pandaman64 almost 5 years ago
- 4 comments
#51 - Remove deprecated Error::description and Error::cause
Pull Request -
State: closed - Opened by pandaman64 almost 5 years ago
- 2 comments
#50 - Internal("Subscription failed, try again later...") on pubsub
Issue -
State: open - Opened by nazar-pc almost 5 years ago
- 4 comments
#49 - how to connect redis with password
Issue -
State: closed - Opened by panicfrog almost 5 years ago
- 2 comments
#48 - How to send the 'eval' command
Issue -
State: open - Opened by modraedlau almost 5 years ago
- 2 comments
#47 - pubsub failed on MacOs
Issue -
State: closed - Opened by linfeng-crypto about 5 years ago
- 2 comments
#46 - RespValue Bulk String to String or Integer
Issue -
State: closed - Opened by eribol about 5 years ago
- 6 comments
#45 - How to connect response to a specific connection.
Issue -
State: closed - Opened by michael-grunder about 5 years ago
- 2 comments
#44 - Solve compilation failure
Pull Request -
State: closed - Opened by songzhi about 5 years ago
- 2 comments
#43 - Async await
Pull Request -
State: closed - Opened by benashford over 5 years ago
#42 - Fix typo in checking for timeout errors in connection attempts.
Pull Request -
State: closed - Opened by yotamofek over 5 years ago
- 3 comments
#41 - Timeout connections
Pull Request -
State: closed - Opened by benashford over 5 years ago
#40 - Memoize `connect` (or at least `paired_connect`)
Issue -
State: open - Opened by rivertam over 5 years ago
- 1 comment
#39 - Connection cannot be established when using `.wait` (but works when using `tokio::run`)
Issue -
State: open - Opened by rivertam over 5 years ago
- 1 comment
#38 - PairedConnection spawn error on Tokio 0.2
Issue -
State: open - Opened by gyk over 5 years ago
#37 - how is it different from https://github.com/mitsuhiko/redis-rs
Issue -
State: open - Opened by suraj99p over 5 years ago
- 2 comments
#36 - Update crate for Rust 2018
Pull Request -
State: closed - Opened by Atul9 over 5 years ago
- 1 comment
#35 - unexpected ordering
Issue -
State: open - Opened by cmusser over 5 years ago
- 4 comments
#34 - fix breakage caused by impl From<&String> for String
Pull Request -
State: closed - Opened by saks over 5 years ago
- 3 comments
#33 - PSUBSCRIBE support
Issue -
State: closed - Opened by GopherJ almost 6 years ago
- 4 comments
#32 - Error: Connection drops, seemingly after making a first connection.
Issue -
State: closed - Opened by Texlo-Dev almost 6 years ago
- 4 comments
#31 - Miscellaneous tidy up etc
Pull Request -
State: closed - Opened by benashford about 6 years ago
#30 - Reconnect pubsub
Issue -
State: open - Opened by elwerene about 6 years ago
- 4 comments
#29 - Add FromResp impl for HashMap
Pull Request -
State: closed - Opened by augustuswm over 6 years ago
- 2 comments
#28 - Fixed panic in case of unexpected message received
Pull Request -
State: closed - Opened by Emulator000 over 6 years ago
#27 - Panic when an unexpected message is received
Issue -
State: open - Opened by Emulator000 over 6 years ago
- 5 comments
#26 - Fix deprecation warnings (Tokio Timer)
Issue -
State: closed - Opened by benashford over 6 years ago
- 1 comment
#25 - Add FromResp support for more integers and bool.
Pull Request -
State: closed - Opened by daboross over 6 years ago
- 3 comments
#24 - FromResp implementation for more integers + boolean?
Issue -
State: closed - Opened by daboross over 6 years ago
- 5 comments
#23 - Dynamic redis commands
Pull Request -
State: closed - Opened by benashford over 6 years ago
- 1 comment
#22 - Support for commands with a variable number of parameters, e.g. HMSET
Issue -
State: closed - Opened by Dowwie over 6 years ago
- 3 comments
#21 - EXPIRE not working?
Issue -
State: closed - Opened by Dowwie over 6 years ago
- 1 comment
#20 - Update benchmarks
Issue -
State: open - Opened by benashford over 6 years ago
#19 - pipelining requests?
Issue -
State: closed - Opened by Dowwie over 6 years ago
- 3 comments
#18 - Authentication
Issue -
State: open - Opened by gencer over 6 years ago
- 4 comments
Labels: enhancement
#17 - Reconnect
Pull Request -
State: closed - Opened by benashford over 6 years ago
#16 - Add integer transforms for all integers which make sense
Pull Request -
State: closed - Opened by daboross over 6 years ago
- 1 comment
#15 - RespValue only implements From<usize>, no other integers
Issue -
State: closed - Opened by daboross over 6 years ago
- 2 comments
#14 - Several parts of tokio_io have moved to tokio_codec
Issue -
State: closed - Opened by benashford over 6 years ago
- 1 comment
#13 - Fix segmentation fault
Pull Request -
State: closed - Opened by yjh0502 over 6 years ago
- 1 comment
#12 - remove Result::expect from code path
Pull Request -
State: closed - Opened by yjh0502 over 6 years ago
- 2 comments
#11 - Use the new impl Trait feature rather than boxing futures
Pull Request -
State: closed - Opened by benashford almost 7 years ago
#10 - Tokio update and refactor
Pull Request -
State: closed - Opened by benashford almost 7 years ago
#9 - Add a couple of conveniences to allow tuples to be directly deseriali…
Pull Request -
State: closed - Opened by benashford almost 7 years ago
#8 - Pubsub send
Pull Request -
State: closed - Opened by benashford about 7 years ago
#7 - Allow pubsub to be used with CpuPools
Pull Request -
State: closed - Opened by benashford about 7 years ago
#6 - Tokio not tokio core
Pull Request -
State: closed - Opened by benashford about 7 years ago
#5 - Nil arrays
Pull Request -
State: closed - Opened by benashford about 7 years ago
#4 - Advice on integration with Hyper
Issue -
State: closed - Opened by cmusser about 7 years ago
- 13 comments
#3 - More commands
Pull Request -
State: closed - Opened by benashford over 7 years ago
#2 - Commands (experiment)
Pull Request -
State: closed - Opened by benashford over 7 years ago
#1 - Support for Redis clusters
Issue -
State: open - Opened by benashford over 7 years ago
Labels: enhancement