Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
5f860239
Commit
5f860239
authored
11 years ago
by
hofmockel
Browse files
Options
Downloads
Patches
Plain Diff
'master' is not bound to any rocksdb version
parent
eef60b3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/changelog.rst
+3
-4
3 additions, 4 deletions
docs/changelog.rst
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
docs/installation.rst
+0
-1
0 additions, 1 deletion
docs/installation.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
7 deletions
docs/changelog.rst
+
3
−
4
View file @
5f860239
Changelog
*********
Upcoming
Version
-----------
-----
Version
0.3
-----------
Target is rocksdb 3.0
Version 0.2
-----------
-----
-----------
This version works with RocksDB version 2.8.fb. Now you have access to the more
advanced options of rocksdb. Like changing the memtable or SST representation.
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
5f860239
...
...
@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
print db.get(b"a")
Tested with python2.7 and python3.3 and RocksDB version
2.8.fb
Tested with python2.7 and python3.3 and RocksDB version
xxxxx
.. toctree::
:maxdepth: 2
...
...
This diff is collapsed.
Click to expand it.
docs/installation.rst
+
0
−
1
View file @
5f860239
...
...
@@ -12,7 +12,6 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
$ apt-get install build-essential
$ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ git clone https://github.com/facebook/rocksdb.git
$ git checkout 2.8.fb
$ cd rocksdb
$ make shared_lib
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5f860239
...
...
@@ -28,7 +28,7 @@ mod1 = Extension(
setup
(
name
=
"
pyrocksdb
"
,
version
=
'
0.
2
'
,
version
=
'
0.
3
'
,
description
=
"
Python bindings for RocksDB
"
,
keywords
=
'
rocksdb
'
,
author
=
'
Stephan Hofmockel
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment