txredisapi icon indicating copy to clipboard operation
txredisapi copied to clipboard

non-blocking redis client for python twisted

Results 22 txredisapi issues
Sort by recently updated
recently updated
newest added

Couple of tests fail with redis-7.2. The issue was discovered here https://bugs.gentoo.org/912462#c4 ``` [ERROR] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 1993, in _inlineCallbacks result = context.run( File "/usr/lib/python3.11/site-packages/twisted/python/failure.py",...

I am currently working on creating a Gentoo package for `txredisapi` and I've noticed that the `tests/mixins.py` file is missing from the PyPI archive for version 1.4.9. In Gentoo, we...

Great work on creating this project. However, I can't find any documentation regarding Redis connection using SSL? Are there any examples on SSL connection? Thanks.

if dbid is provided, lazyConnection will loseConnection and stop reconnecting on redis server restart etc. Connection should not be closed here: if self.dbid is not None: try: response = yield...

Currently, when surveying this library for its intended usage in another application, i found out it does not annotate any types of its sort, tracing all the way back to...

now txredis client hangs up after "multi" command fail. You can find source code example at issues to reproduce it.

Good morning, I am using: PyPy 5.10.0 txredisapi 1.4.4 Twisted 17.5.0 When under load (lots of redis traffic) there are occasions where, when doing a burst of SCANs to get...

Hi all, today I noticed that my application using txredisapi suddenly stopped. The log showed: ``` [BaseRedisProtocol (TLSMemoryBIOProtocol),client] will retry in 8 seconds [BaseRedisProtocol (TLSMemoryBIOProtocol),client] will retry in 9 seconds...

bug

Hi: I encountered a problem that returned this error: ``` /env/lib/python2.7/site-packages/twisted/internet/defer.py\", line 577, in _runCallbacks"} current.result = callback(current.result, *args, **kw)"} /env/lib/python2.7/site-packages/txredisapi.py\", line 463, in handle_reply"} {"":" raise r"} {"":"txredisapi.ResponseError: NOWRITE...

Feb 07 14:00:21 DEVSRV-JASMIN02 jasmind[7291]: File "/usr/lib/python2.7/site-packages/jasmin/vendor/txredisapi.py", line 400, in handle_reply Feb 07 14:00:21 DEVSRV-JASMIN02 jasmind[7291]: raise r Feb 07 14:00:21 DEVSRV-JASMIN02 jasmind[7291]: jasmin.vendor.txredisapi.ResponseError: MOVED 9203 10.12.5.66:6379 Feb 07 14:00:21...