Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vinyl as memcached backend #15

Open
bigbes opened this issue Nov 20, 2015 · 7 comments
Open

Vinyl as memcached backend #15

bigbes opened this issue Nov 20, 2015 · 7 comments
Labels
good first issue Good for newcomers

Comments

@bigbes
Copy link
Contributor

bigbes commented Nov 20, 2015

Give an ability to select vinyl as engine for storing data.

@bigbes bigbes added this to the 0.2.0 milestone Nov 20, 2015
@bigbes bigbes self-assigned this Nov 20, 2015
@kostja kostja changed the title sophia as memcached backend Vinyl as memcached backend Nov 10, 2016
@vtolstov
Copy link

Hi! Any news about disk store for memcached ?

@kostja
Copy link
Contributor

kostja commented Feb 13, 2017

It should actually work, and will definitely work by the time 1.7 is GA

@vtolstov
Copy link

vtolstov commented Feb 13, 2017

local memcached = require('memcached')
local instance = memcached.create('tarantool_memcache', '0.0.0.0:11211', { expire_enabled = true, expire_items_per_iter = 500, verbosity = 3, engine = 'disk' })
2017-02-13 12:33:42.474 [6357] main/101/example tarantoolctl:589 E> Start failed: No such option 'engine'

@vtolstov
Copy link

If i replace engine with storage = 'disk' (i'm recheck innit.lua code) and get error like

main/101/example tarantoolctl:589 E> Start failed: Space engine 'sophia' does not exist

@vtolstov
Copy link

any news?

@vtolstov
Copy link

ping...
@rtsisyk @kostja

@kostja kostja assigned ilmarkov and unassigned bigbes Jan 22, 2018
@knazarov
Copy link

knazarov commented Jan 23, 2018

@vtolstov I'm not confident, but you may just need to set space_name to your vinyl space, and it may just work out-of-the-box.

UPD: don't change 'engine' parameter at all.

@kostja kostja added the good first issue Good for newcomers label Feb 10, 2018
@Totktonada Totktonada added 1sp backlog Issues for upcoming releases (to be done soon) prio5 labels Dec 21, 2020
@Totktonada Totktonada removed backlog Issues for upcoming releases (to be done soon) prio5 labels Feb 2, 2022
@Totktonada Totktonada removed this from the 0.2.0 milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

8 participants