issues
search
linsomniac
/
python-memcached
A python memcached client library.
460
stars
201
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Run tests on Python 3.13 release candidate
#194
cclauss
opened
2 months ago
0
Bump the github-actions group with 1 update
#193
dependabot[bot]
closed
9 months ago
0
Fix typo discovered by codespell
#192
cclauss
closed
9 months ago
1
Keep GitHub Actions up to date with GitHub's Dependabot
#191
cclauss
closed
9 months ago
1
Fixed return value from delete command.
#190
ngnpope
closed
10 months ago
5
Removed obsolete configuration for Travis CI.
#189
ngnpope
closed
10 months ago
2
New release
#188
laulaz
closed
10 months ago
4
Update of the License
#187
gkunz
closed
11 months ago
2
python 3 only by pyupgrade
#186
pgajdos
closed
12 months ago
2
Vrong version number
#185
mcepl
closed
1 year ago
0
Python 3.8 syntax warning fix: use == as suggested by Python 3.8
#184
za
closed
1 year ago
2
Supporting Python 3.7
#183
vladsha-dev
closed
1 year ago
1
Create SECURITY.md
#182
JamieSlome
closed
1 year ago
1
Missing license file in the packages
#181
kotofos
closed
1 year ago
1
Bugs in Client constructor when the servers parameter is a string, and the set_servers docstring is wrong
#180
xtaje
opened
3 years ago
0
Flush on next connect flushes the entire Memcache server
#179
sidprak
opened
3 years ago
3
Fix syntax warning over comparison of literals using is.
#178
tirkarthi
closed
1 year ago
2
Project dead?
#177
Cabalist
closed
1 year ago
2
SyntaxWarnings with Python 3.8
#176
tlc28
closed
9 months ago
8
Update memcache.py
#175
17620729224
closed
1 year ago
2
Added link to python3 version
#174
evelynmitchell
closed
1 year ago
4
flake8 allow longer lines
#173
evelynmitchell
closed
1 year ago
1
test_memcache.py: try import unittest.mock
#172
moto-timo
closed
1 year ago
1
Add support to TLS
#171
moisesguimaraes
closed
1 year ago
1
Allow delete() to change the "expected" param.
#170
felixxm
closed
10 months ago
0
Delete and Delete_multi not working
#169
akhalil-xiq
opened
4 years ago
1
Tell PyPI to parse README as markdown
#168
MartinThoma
closed
1 year ago
1
Feature request to process bytearrays and custom _FLAG_
#167
brimstoned
opened
5 years ago
0
python-memcached return wrong value after crash??
#166
samsonle1809
opened
5 years ago
2
Optimize finding free server performance.
#165
lailongwei
closed
1 year ago
1
Can't install on aws ami linux 2
#164
CharlesLuttos
opened
5 years ago
0
python3 - get_slabs throws TypeError
#163
jegorami
opened
5 years ago
0
how to disconnect memcache via this module
#162
LoveFishSoup
opened
5 years ago
0
Stricter flake8
#161
hmpf
closed
1 year ago
2
Add testing for Python 3.7
#160
hmpf
closed
1 year ago
3
Add support for default value in get()
#159
samupl
closed
1 year ago
3
Add support for default value in get
#158
samupl
closed
1 year ago
3
Add mypy annotations
#157
gvanrossum
closed
1 year ago
1
Bug: Our memcached client intermittently fails on the production server
#156
emadelwany
closed
5 years ago
0
Fix tuple key support in multi methods
#155
sergiimk
closed
1 year ago
1
set_multi, get_multi, delete_multi raise KeyError when used with tuple keys
#154
sergiimk
closed
1 year ago
0
memcache.Client.MemcachedKeyCharacterError: Control/space characters not allowed (key=b'')
#153
superliuliuliu
closed
5 years ago
0
Fix cmemcahe_hash 0 values being translated to 1
#152
hyperair
closed
1 year ago
1
Get And Touch implementation
#151
svanellewee
opened
5 years ago
1
Expose a non-thread-local base client class
#150
hyperair
opened
6 years ago
0
Fix multi_set with tuple keys
#149
blahgeek
opened
6 years ago
0
what is mean about isinstance(msg, tuple)?
#148
catroll
opened
6 years ago
0
Fix str to byte in get_slab_stats
#147
tamanobi
closed
1 year ago
1
Allow to use a datetime.timedelta parameter for Client.set
#146
tbobm
closed
1 year ago
4
Client.set "time" allow timedelta parameter type
#145
tbobm
closed
1 year ago
1
Next