Skip to content

Commit 6f7a569

Browse files
committed
Removing ThriftConnection and MemcachedConnection
1 parent 140ebd0 commit 6f7a569

File tree

13 files changed

+10
-987
lines changed

13 files changed

+10
-987
lines changed

elasticsearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
RoundRobinSelector
2121
from .serializer import JSONSerializer
2222
from .connection import Connection, RequestsHttpConnection, \
23-
Urllib3HttpConnection, MemcachedConnection, ThriftConnection
23+
Urllib3HttpConnection
2424
from .exceptions import *
2525

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
from .base import Connection
22
from .http_requests import RequestsHttpConnection
33
from .http_urllib3 import Urllib3HttpConnection
4-
from .memcached import MemcachedConnection
5-
from .thrift import ThriftConnection, THRIFT_AVAILABLE

elasticsearch/connection/esthrift/Rest-remote

Lines changed: 0 additions & 88 deletions
This file was deleted.

elasticsearch/connection/esthrift/Rest.py

Lines changed: 0 additions & 223 deletions
This file was deleted.

elasticsearch/connection/esthrift/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

elasticsearch/connection/esthrift/constants.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)