- 21 Sep, 2020 1 commit
-
-
Thomas Goirand authored
-
- 20 Sep, 2020 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 09 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
-
- 18 Aug, 2020 1 commit
-
-
Jayson Reis authored
-
- 10 Jun, 2020 3 commits
-
-
Jayson Reis authored
Add ability to return default value on get but breaking get's API
-
Jayson Reis authored
-
Jayson Reis authored
set_multi: Return a list of keys that failed to be set
-
- 02 Jun, 2020 1 commit
-
-
Anders Kaseorg authored
This is an API change, but is required for compatibility with Django. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- 26 May, 2020 1 commit
-
-
Jayson Reis authored
get_multi: Support an arbitrary collection of keys, not just a list
-
- 11 May, 2020 1 commit
-
-
Jayson Reis authored
Add missing files to docs.
-
- 09 May, 2020 4 commits
-
-
Anders Kaseorg authored
This is required for compatibility with Django. Also fix an IndexError if keys is empty. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
By building the dictionary in two steps rather than one, we can avoid the complicated test for whether to decode the keys to strings. This also reduces the running time from quadratic to linear. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
On Python 2, '' is the same as b'' anyway. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- 10 Feb, 2020 1 commit
-
-
Moisés Guimarães de Medeiros authored
Adding the mixin and the distributed modules to the docs. Signed-off-by:Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 29 Jan, 2020 13 commits
-
-
Jayson Reis authored
-
Jayson Reis authored
-
Jayson Reis authored
-
Jayson Reis authored
-
Jayson Reis authored
TLS tests requires a TLS enabled memcached server. In order to get one, you must compile memcached with `--enable-tls`
-
Moisés Guimarães de Medeiros authored
-
Moisés Guimarães de Medeiros authored
-
Moisés Guimarães de Medeiros authored
Closes: #225
-
Moisés Guimarães de Medeiros authored
You can get a TLS enabled memcached by compiling it with --enable-tls.
-
Moisés Guimarães de Medeiros authored
TLS tests requires a TLS enabled memcached server. In order to get one, you must compile memcached with `--enable-tls`.
-
Moisés Guimarães de Medeiros authored
In order to test TLS support we need a couple of keys and certs.
-
Moisés Guimarães de Medeiros authored
-
Jayson Reis authored
-
- 28 Jan, 2020 2 commits
-
-
Jayson Reis authored
-
Jayson Reis authored
-
- 07 Jan, 2020 1 commit
-
-
Hugo Rodger-Brown authored
* Update docstring for ClientMixin * Add python 3.7, 3.8 to tox and travis config
-
- 06 Dec, 2019 2 commits
-
-
Jayson Reis authored
remove typing module
-
Jayson Reis authored
Remove unused statement in tests setup
-
- 28 Nov, 2019 1 commit
-
-
Moisés Guimarães de Medeiros authored
Fixes issue #209
-